From: Mike Dunn Date: Fri, 21 Jun 2013 16:12:27 +0000 (-0700) Subject: pxa: use -mcpu=xscale compiler option X-Git-Tag: v2013.07-rc3~4^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84c617beb2ddcda03e36abe553432e2784ada6b7;p=kernel%2Fu-boot.git pxa: use -mcpu=xscale compiler option Pass '-mcpu=xscale' to the compiler instead of march and mtune. This will cause gcc to define the __XSCALE__ macro. Signed-off-by: Mike Dunn --- diff --git a/arch/arm/cpu/pxa/config.mk b/arch/arm/cpu/pxa/config.mk index 0bbe295..ea55859 100644 --- a/arch/arm/cpu/pxa/config.mk +++ b/arch/arm/cpu/pxa/config.mk @@ -24,7 +24,7 @@ PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float -PLATFORM_CPPFLAGS += -march=armv5te -mtune=xscale +PLATFORM_CPPFLAGS += -mcpu=xscale # ========================================================================= # # Supply options according to compiler version