diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index f7b25c1981..417d525d8e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -375,6 +375,18 @@ CFLAGS-strfromd.c += $(libio-mtsafe) CFLAGS-strfromf.c += $(libio-mtsafe) CFLAGS-strfroml.c += $(libio-mtsafe) +CFLAGS-strtol.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtoul.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtoll.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtoull.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtof.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtof_l.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtod.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtod_l.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtold.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-strtold_l.c += $(config-cflags-wno-ignored-attributes) +CFLAGS-secure-getenv.c += $(config-cflags-wno-ignored-attributes) + CFLAGS-tst-bsearch.c += $(stack-align-test-flags) CFLAGS-tst-qsort.c += $(stack-align-test-flags) CFLAGS-tst-makecontext.c += -funwind-tables |