1ifeq ($(subdir),stdlib) 2routines += float1282mpn strfromf128 3routines += strtof128 strtof128_l strtof128_nan mpn2float128 4 5# The strfrom class of functions call __printf_fp in order to convert the 6# floating-point value to characters. This requires the value of IO_MTSAFE_IO. 7CFLAGS-strfromf128.c += $(libio-mtsafe) 8endif 9 10ifeq ($(subdir),wcsmbs) 11routines += wcstof128_l wcstof128 wcstof128_nan 12endif 13