From f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 2 Sep 2003 07:14:15 +0000 Subject: (CFLAGS-oldtmpfile.c): Add -fexceptions. --- io/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'io') 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 -- cgit v1.2.3