From: Ulrich Drepper Date: Tue, 1 Aug 2000 21:30:45 +0000 (+0000) Subject: Enable exception handling for genops, wgenops, fileops, and wfileops. X-Git-Tag: cvs/glibc_2-1-92~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21cea68e865eb1b276fad12816028d58dc681ee4;p=thirdparty%2Fglibc.git Enable exception handling for genops, wgenops, fileops, and wfileops. --- diff --git a/libio/Makefile b/libio/Makefile index 360a6a621b2..e41e78e36bc 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -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"