diff options
Diffstat (limited to 'util')
-rwxr-xr-x | util/xcompile/xcompile | 1 |
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 "###########################################################################" |