summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--cpu/omap3/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80bd192d8c..8eab0d6cba 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ CROSS_COMPILE = powerpc-linux-
endif
ifeq ($(ARCH),arm)
#CROSS_COMPILE = arm-linux-
-CROSS_COMPILE = arm-none-linux-gnueabi-
+#CROSS_COMPILE = arm-none-linux-gnueabi-
endif
ifeq ($(ARCH),i386)
ifeq ($(HOSTARCH),i386)
diff --git a/cpu/omap3/config.mk b/cpu/omap3/config.mk
index 76b1b87374..a439251b3c 100644
--- a/cpu/omap3/config.mk
+++ b/cpu/omap3/config.mk
@@ -23,7 +23,7 @@
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
-msoft-float
-PLATFORM_CPPFLAGS += -march=armv7a
+PLATFORM_CPPFLAGS += -march=armv7a -march=armv5t -Wa,-march=armv7a
# =========================================================================
#
# Supply options according to compiler version