blob: 49f8de08799c1de1fbd3205d26cfb1fe6e29e36a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- u-boot/cpu/omap3/config.mk-orig 2008-05-27 16:46:45.000000000 -0700
+++ u-boot/cpu/omap3/config.mk 2008-05-29 12:50:49.000000000 -0700
@@ -23,7 +23,7 @@
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
-msoft-float
-PLATFORM_CPPFLAGS += -march=armv7a
+PLATFORM_CPPFLAGS += -march=armv7-a
# =========================================================================
#
# Supply options according to compiler version
|