Skip to content
Snippets Groups Projects
Commit 84c617be authored by Mike Dunn's avatar Mike Dunn Committed by Marek Vasut
Browse files

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: default avatarMike Dunn <mikedunn@newsguy.com>
parent 097d86d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment