summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-07 23:34:30 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-07-09 00:22:10 +0200
commitb30045fd06d55da65675e578aa31001212153b38 (patch)
treeddba32c995055bf8078ee60b13be0b7d3e9d7214
parent62b4de13c656d5a773d78a35192d560c2216d669 (diff)
downloadcoreboot-staging-b30045fd06d55da65675e578aa31001212153b38.zip
coreboot-staging-b30045fd06d55da65675e578aa31001212153b38.tar.gz
xcompile: switch around armv7 TCARCHes
clang probing will pick up the first one that clang does not complain about and right now that is armv7a-eabi, even though our toolchain builds for armv7-a-eabi (and consecutively the build fails because there is no armv7a-eabi-as) Change-Id: I2594151150107f8e9c1aad33647dcb2f9878f953 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10830 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rwxr-xr-xutil/xcompile/xcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 884d7b8..b11f7dd 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -208,7 +208,7 @@ SUPPORTED_ARCHITECTURES="arm arm64 mipsel riscv x64 x86"
arch_config_arm() {
TARCH="arm"
TBFDARCHS="littlearm"
- TCLIST="armv7a armv7-a"
+ TCLIST="armv7-a armv7a"
TWIDTH="32"
TSUPP="arm armv4 armv7 armv7_m"
TABI="eabi"
OpenPOWER on IntegriCloud