From 1b49cb13220e72592bfe843983643e772687c7ba Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 5 Jun 2003 15:58:45 +0000 Subject: fix build with new gcc --- mdk-stage1/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common index cc9e602da..04c070fc2 100644 --- a/mdk-stage1/Makefile.common +++ b/mdk-stage1/Makefile.common @@ -43,9 +43,9 @@ endif #- flags used by all stuff ifeq (ppc, $(ARCH)) -CFLAGS = -Os -pipe -Wall -fomit-frame-pointer +CFLAGS = -Os -pipe -Wall -fomit-frame-pointer -fno-strict-aliasing else -CFLAGS = -Os -pipe -Wall -Werror -W -fomit-frame-pointer +CFLAGS = -Os -pipe -Wall -Werror -W -fomit-frame-pointer -fno-strict-aliasing endif DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib -- cgit v1.2.1