From a9c53706c7913820fbb27c0f42ab0793340d41ed 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. --- Makerules.in | 3 +++ 1 file changed, 3 insertions(+) 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 . +CFLAGS += -fno-strict-aliasing + LDFLAGS += $(LDFLAGS-common) # Assemble .S files correctly -- cgit v1.2.3