diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-03 13:48:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:32 +0200 |
commit | 385e37243a30fe5367e4dbd526301d514dd3c68c (patch) | |
tree | d1a0ed9c86631b6adc8fe62e4fed7e05e84ea7a1 /Makerules.in | |
parent | 7eb6faf005a5718c40b342cdf8081e184a208d5a (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 'Makerules.in')
-rw-r--r-- | Makerules.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makerules.in b/Makerules.in index 6973a48..864bdf3 100644 --- a/Makerules.in +++ b/Makerules.in @@ -68,6 +68,9 @@ MIGFLAGS += $(CPPFLAGS) CFLAGS += $(CFLAGS-common) +# See <URL:http://lists.gnu.org/archive/html/bug-hurd/2006-01/msg00148.html>. +CFLAGS += -fno-strict-aliasing + LDFLAGS += $(LDFLAGS-common) # Assemble .S files correctly |