summaryrefslogtreecommitdiff
path: root/cpu/sa1100
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-09-01 11:24:45 -0500
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:12 -0500
commitd42914fbb8fc886f75da1bf74643fc3e7a00f3ce (patch)
tree83b98cbc59fca775ff6740c18e1784d3eafdde25 /cpu/sa1100
parent5ce1da9af35f13c231381d1152bd429d7801c3c2 (diff)
downloadu-boot-imx-d42914fbb8fc886f75da1bf74643fc3e7a00f3ce.zip
u-boot-imx-d42914fbb8fc886f75da1bf74643fc3e7a00f3ce.tar.gz
u-boot-imx-d42914fbb8fc886f75da1bf74643fc3e7a00f3ce.tar.bz2
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 553cd0c..6f21f41 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
# =========================================================================