diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index a59a005a96..f333fa873e 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -84,10 +84,10 @@ CFLAGS-wcstold_l.c = $(strtox-CFLAGS) CFLAGS-wcstof_l.c = $(strtox-CFLAGS) CPPFLAGS-tst-wchar-h.c = -D_FORTIFY_SOURCE=2 -CFLAGS-isoc99_wscanf.c += $(exceptions) -CFLAGS-isoc99_fwscanf.c += $(exceptions) -CFLAGS-isoc99_vwscanf.c += $(exceptions) -CFLAGS-isoc99_vfwscanf.c += $(exceptions) +CFLAGS-isoc99_wscanf.c += -fexceptions +CFLAGS-isoc99_fwscanf.c += -fexceptions +CFLAGS-isoc99_vwscanf.c += -fexceptions +CFLAGS-isoc99_vfwscanf.c += -fexceptions CPPFLAGS += $(libio-mtsafe) |