diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
commit | f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a (patch) | |
tree | 316c77f8647401e15d064910b7f33b0d2c84050d /io | |
parent | c503d3dc512a5f7947d5b3d69d784028db3a639a (diff) |
(CFLAGS-oldtmpfile.c): Add -fexceptions.
Diffstat (limited to 'io')
-rw-r--r-- | io/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index bfd040f5fe..0e59459597 100644 --- a/io/Makefile +++ b/io/Makefile @@ -67,6 +67,10 @@ CFLAGS-fts.c = -Wno-uninitialized CFLAGS-fcntl.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-poll.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-lockf.c = -fexceptions +CFLAGS-statfs.c = -fexceptions +CFLAGS-fstatfs.c = -fexceptions +CFLAGS-statvfs.c = -fexceptions +CFLAGS-fstatvfs.c = -fexceptions CFLAGS-test-stat.c = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE |