Enable exception handling for genops, wgenops, fileops, and wfileops.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2000 21:30:45 +0000 (21:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2000 21:30:45 +0000 (21:30 +0000)
libio/Makefile

index 360a6a6..e41e78e 100644 (file)
@@ -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"