arm: Remove -fno-strict-aliasing
[oweals/u-boot.git] / cpu / arm920t / config.mk
index a43b15671106fb113cb03c3e3ce6cbac5be6397f..8f6c1a354c5b23d696ec7d52393b62fb7e39648b 100644 (file)
@@ -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
 # =========================================================================