Skip to content

Commit

Permalink
Enable exception handling for genops, wgenops, fileops, and wfileops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 1, 2000
1 parent 15f033c commit 21cea68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 21cea68

Please sign in to comment.