diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/Makefile | 1 | ||||
| -rw-r--r-- | fs/ext4/Makefile | 1 | ||||
| -rw-r--r-- | fs/proc/Makefile | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/fs/Makefile b/fs/Makefile index f5e3ba300..3f84895b8 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -4,7 +4,6 @@ # 14 Sep 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. # -CFLAGS_binfmt_elf.o := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-y := open.o read_write.o file_table.o super.o \ char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \ diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile index 407af9689..f52cf54f0 100644 --- a/fs/ext4/Makefile +++ b/fs/ext4/Makefile @@ -1,7 +1,6 @@ # # Makefile for the linux ext4-filesystem routines. # -CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-$(CONFIG_EXT4_FS) += ext4.o diff --git a/fs/proc/Makefile b/fs/proc/Makefile index 7f537d45c..ab3071658 100644 --- a/fs/proc/Makefile +++ b/fs/proc/Makefile @@ -1,8 +1,6 @@ # # Makefile for the Linux proc filesystem routines. # -CFLAGS_proc_net.o := -fno-unsafe-math-optimizations -fno-strict-aliasing -CFLAGS_namespaces.o := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-y += proc.o |
