mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Enable exception handling for genops, wgenops, fileops, and wfileops.
This commit is contained in:
parent
15f033cf1c
commit
21cea68e86
@ -64,6 +64,13 @@ routines += clearerr_u feof_u ferror_u fputc_u getc_u getchar_u \
|
||||
CPPFLAGS += -D_IO_MTSAFE_IO
|
||||
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)\"
|
||||
|
||||
tst_wprintf2-ARGS = "Some Text"
|
||||
|
Loading…
Reference in New Issue
Block a user