From d72871e1387094972569e4b77c25e88020f7b68f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 1 Sep 2009 11:24:45 -0500 Subject: arm: Remove -fno-strict-aliasing -fno-strict-aliasing is hidding warnings. Signed-off-by: Kumar Gala --- cpu/sa1100/config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpu/sa1100') diff --git a/cpu/sa1100/config.mk b/cpu/sa1100/config.mk index 553cd0c9c..6f21f410b 100644 --- a/cpu/sa1100/config.mk +++ b/cpu/sa1100/config.mk @@ -22,8 +22,7 @@ # MA 02111-1307 USA # -PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ - -msoft-float +PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float PLATFORM_CPPFLAGS += -march=armv4 -mtune=strongarm1100 # ========================================================================= -- cgit v1.2.3