From a1a6f7535b004de71e894946321b9c1b1d34e57d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 25 Jan 2016 18:15:45 +0100 Subject: xcompile: also look for *-linux compiler triplet Not just *-linux-gnu. Change-Id: Ib817c6d207d3b69ce7595505f2b45f3be35b7d2f Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13420 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) --- util/xcompile/xcompile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') 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 "###########################################################################" -- cgit v1.2.3