summaryrefslogtreecommitdiffstats
path: root/cpu/sa1100
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-09-01 11:24:45 -0500
committerWolfgang Denk <wd@denx.de>2009-09-04 22:15:53 +0200
commitd72871e1387094972569e4b77c25e88020f7b68f (patch)
tree581e8cb21ebbf1f9ba84f04bfaac5bee27282910 /cpu/sa1100
parentd6281ff0cc2ebb5d6a5c3e1021837334074f92ec (diff)
downloadtalos-obmc-uboot-d72871e1387094972569e4b77c25e88020f7b68f.tar.gz
talos-obmc-uboot-d72871e1387094972569e4b77c25e88020f7b68f.zip
arm: Remove -fno-strict-aliasing
-fno-strict-aliasing is hidding warnings. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/sa1100')
-rw-r--r--cpu/sa1100/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/sa1100/config.mk b/cpu/sa1100/config.mk
index 553cd0c9cf..6f21f410be 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
# =========================================================================
OpenPOWER on IntegriCloud