summaryrefslogtreecommitdiff
path: root/i386/linux
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-03 13:48:23 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commit385e37243a30fe5367e4dbd526301d514dd3c68c (patch)
treed1a0ed9c86631b6adc8fe62e4fed7e05e84ea7a1 /i386/linux
parent7eb6faf005a5718c40b342cdf8081e184a208d5a (diff)
2006-02-03 Thomas Schwinge <tschwinge@gnu.org>
* Makerules.in: Add -fno-strict-aliasing to CFLAGS. * i386/linux/Makefile.in: Likewise for linux-gen-flags.
Diffstat (limited to 'i386/linux')
-rw-r--r--i386/linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/linux/Makefile.in b/i386/linux/Makefile.in
index a13a1bb9..d998b750 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