summaryrefslogtreecommitdiff
path: root/util/xcompile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-01-25 18:15:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-01-26 18:10:21 +0100
commita1a6f7535b004de71e894946321b9c1b1d34e57d (patch)
treea8d54be01c39e64a71ee6905d6ddfea75bc95471 /util/xcompile
parent74c86456af23171457464766e3f1072bf5dca490 (diff)
downloadcoreboot-a1a6f7535b004de71e894946321b9c1b1d34e57d.tar.xz
xcompile: also look for *-linux compiler triplet
Not just *-linux-gnu. Change-Id: Ib817c6d207d3b69ce7595505f2b45f3be35b7d2f Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/13420 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/xcompile')
-rwxr-xr-xutil/xcompile/xcompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 7272b284bf..c9c91b9bc0 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -374,6 +374,7 @@ test_architecture() {
search="$search $XGCCPATH$toolchain-$TABI-"
search="$search $toolchain-$TABI-"
search="$search $toolchain-linux-gnu-"
+ search="$search $toolchain-linux-"
search="$search $toolchain-"
done
echo "###########################################################################"