diff options
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 08b1de11a8..329f90e22b 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -82,6 +82,7 @@ CFLAGS-wcstoll.c = $(strtox-CFLAGS) CFLAGS-wcstoull.c = $(strtox-CFLAGS) CFLAGS-wcstod.c = $(strtox-CFLAGS) CFLAGS-wcstold.c = $(strtox-CFLAGS) +CFLAGS-wcstof128.c = $(strtox-CFLAGS) CFLAGS-wcstof.c = $(strtox-CFLAGS) CFLAGS-wcstol_l.c = $(strtox-CFLAGS) CFLAGS-wcstoul_l.c = $(strtox-CFLAGS) @@ -89,6 +90,7 @@ CFLAGS-wcstoll_l.c = $(strtox-CFLAGS) CFLAGS-wcstoull_l.c = $(strtox-CFLAGS) CFLAGS-wcstod_l.c = $(strtox-CFLAGS) CFLAGS-wcstold_l.c = $(strtox-CFLAGS) +CFLAGS-wcstof128_l.c = $(strtox-CFLAGS) CFLAGS-wcstof_l.c = $(strtox-CFLAGS) CPPFLAGS-tst-wchar-h.c = -D_FORTIFY_SOURCE=2 |