mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-07 01:26:44 +03:00
Enable exception handling for genops, wgenops, fileops, and wfileops.
This commit is contained in:
@@ -64,6 +64,13 @@ routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \
|
|||||||
CPPFLAGS += -D_IO_MTSAFE_IO
|
CPPFLAGS += -D_IO_MTSAFE_IO
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Support for exception handling.
|
||||||
|
CFLAGS-genops.c = $(exceptions)
|
||||||
|
CFLAGS-wgenops.c = $(exceptions)
|
||||||
|
CFLAGS-fileops.c = $(exceptions)
|
||||||
|
CFLAGS-wfileops.c = $(exceptions)
|
||||||
|
# XXX Do we need filedoalloc and wfiledoalloc? Others?
|
||||||
|
|
||||||
CFLAGS-tst_putwc.c = -DOBJPFX=\"$(objpfx)\"
|
CFLAGS-tst_putwc.c = -DOBJPFX=\"$(objpfx)\"
|
||||||
|
|
||||||
tst_wprintf2-ARGS = "Some Text"
|
tst_wprintf2-ARGS = "Some Text"
|
||||||
|
Reference in New Issue
Block a user