diff options
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 |