diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/io/Makefile b/io/Makefile index 2f26bf56db..b3ee5ae647 100644 --- a/io/Makefile +++ b/io/Makefile @@ -78,32 +78,32 @@ endif include ../Rules -CFLAGS-open.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-open64.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-creat.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-creat64.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-fcntl.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-poll.c = -fexceptions -fasynchronous-unwind-tables -CFLAGS-ppoll.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-fts.c = -Wno-uninitialized $(uses-callbacks) -fexceptions -CFLAGS-fts64.c = -Wno-uninitialized $(uses-callbacks) -fexceptions -CFLAGS-ftw.c = $(uses-callbacks) -fexceptions -CFLAGS-ftw64.c = $(uses-callbacks) -fexceptions -CFLAGS-lockf.c = -fexceptions -CFLAGS-posix_fallocate.c = -fexceptions -CFLAGS-posix_fallocate64.c = -fexceptions -CFLAGS-fallocate.c = -fexceptions -CFLAGS-fallocate64.c = -fexceptions -CFLAGS-read.c = -fexceptions -CFLAGS-write.c = -fexceptions - -CFLAGS-test-stat.c = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE +CFLAGS-open.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-open64.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-creat.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-creat64.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-poll.c += -fexceptions -fasynchronous-unwind-tables +CFLAGS-ppoll.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-fts.c += -Wno-uninitialized $(uses-callbacks) -fexceptions +CFLAGS-fts64.c += -Wno-uninitialized $(uses-callbacks) -fexceptions +CFLAGS-ftw.c += $(uses-callbacks) -fexceptions +CFLAGS-ftw64.c += $(uses-callbacks) -fexceptions +CFLAGS-lockf.c += -fexceptions +CFLAGS-posix_fallocate.c += -fexceptions +CFLAGS-posix_fallocate64.c += -fexceptions +CFLAGS-fallocate.c += -fexceptions +CFLAGS-fallocate64.c += -fexceptions +CFLAGS-read.c += -fexceptions +CFLAGS-write.c += -fexceptions + +CFLAGS-test-stat.c += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE +CFLAGS-test-lfs.c += -D_LARGEFILE64_SOURCE test-stat2-ARGS = Makefile . $(objpfx)test-stat2 |