From 385e37243a30fe5367e4dbd526301d514dd3c68c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 3 Feb 2006 13:48:23 +0000 Subject: 2006-02-03 Thomas Schwinge * Makerules.in: Add -fno-strict-aliasing to CFLAGS. * i386/linux/Makefile.in: Likewise for linux-gen-flags. --- i386/linux/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/linux/Makefile.in b/i386/linux/Makefile.in index a13a1bb..d998b75 100644 --- a/i386/linux/Makefile.in +++ b/i386/linux/Makefile.in @@ -140,7 +140,7 @@ CPPFLAGS = -Wall # Arrange for special include directories too. # Because of the use of `extern inline' in some Linux header files without # corresponding text-segment definitions, we must always optimize. -linux-gen-flags = -D__KERNEL__ -O2 \ +linux-gen-flags = -D__KERNEL__ -O2 -fno-strict-aliasing \ -Idev/include -I$(srcdir)/dev/include \ -I$(linuxdir)/dev/include -I$(linuxdir)/src/include \ -I$(linuxsrcdir)/dev/include -I$(linuxsrcdir)/src/include -- cgit v1.2.3