aboutsummaryrefslogtreecommitdiff
path: root/cpu/arm920t
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/arm920t
parentd6281ff0cc2ebb5d6a5c3e1021837334074f92ec (diff)
arm: Remove -fno-strict-aliasing
-fno-strict-aliasing is hidding warnings. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/arm920t')
-rw-r--r--cpu/arm920t/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/arm920t/config.mk b/cpu/arm920t/config.mk
index a43b15671..8f6c1a354 100644
--- a/cpu/arm920t/config.mk
+++ b/cpu/arm920t/config.mk
@@ -21,8 +21,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
# =========================================================================