summaryrefslogtreecommitdiffstats
path: root/util/xcompile
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2013-09-19 10:57:58 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2013-09-20 20:42:14 +0200
commitc8883262cf1375616743ba9d1f259b4fcda20d72 (patch)
treebce5ccb747467353317f5ffb6b045092a4fffcf8 /util/xcompile
parentd2dac0a7d62c89b24eae9de17bcfdde1aea7a5b3 (diff)
downloadcoreboot-c8883262cf1375616743ba9d1f259b4fcda20d72.tar.gz
coreboot-c8883262cf1375616743ba9d1f259b4fcda20d72.tar.bz2
coreboot-c8883262cf1375616743ba9d1f259b4fcda20d72.zip
buildgcc: Downgrade to gcc 4.7.3, handle armv7-a
gcc 4.8.x has issues with using ebp, which broke some builds, so downgrade. The problem also manifested elsewhere, so it's not necessarily our fault. While at it, gcc complained about "armv7a" where it seems to expect "armv7-a". Change-Id: I6f0c35f49709cb41022475bb47116c12ab1c7ee3 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/3930 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'util/xcompile')
-rw-r--r--util/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index ff1221700767..de6084d8fad0 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -140,7 +140,7 @@ SUPPORTED_ARCHITECTURE="x86 armv7"
# ARM Architecture
TARCH_armv7="armv7"
TBFDARCH_armv7="littlearm"
-TCLIST_armv7="armv7a"
+TCLIST_armv7="armv7a armv7-a"
TWIDTH_armv7="32"
# X86 Architecture