Blame sysdeps/ieee754/float128/Makefile

Packit 6c4009
ifeq ($(subdir),stdlib)
Packit 6c4009
routines += float1282mpn strfromf128
Packit 6c4009
routines += strtof128 strtof128_l strtof128_nan mpn2float128
Packit 6c4009
Packit 6c4009
# The strfrom class of functions call __printf_fp in order to convert the
Packit 6c4009
# floating-point value to characters.  This requires the value of IO_MTSAFE_IO.
Packit 6c4009
CFLAGS-strfromf128.c += $(libio-mtsafe)
Packit 6c4009
endif
Packit 6c4009
Packit 6c4009
ifeq ($(subdir),wcsmbs)
Packit 6c4009
routines += wcstof128_l wcstof128 wcstof128_nan
Packit 6c4009
endif