From 319b26586fafb86f919f514bcd175838aaab96b3 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 6 Mar 2009 08:01:31 -0800 Subject: [PATCH] cpu/omap3/config.mk: Set march to armv7-a --- cpu/omap3/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/omap3/config.mk b/cpu/omap3/config.mk index 29c8343..e7963f0 100644 --- a/cpu/omap3/config.mk +++ b/cpu/omap3/config.mk @@ -22,7 +22,7 @@ # PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 -PLATFORM_CPPFLAGS += -march=armv7a +PLATFORM_CPPFLAGS += -march=armv7-a # ========================================================================= # # Supply options according to compiler version -- 2.47.2