diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-18 15:30:53 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-21 13:04:58 +0100 |
commit | 63cf7cd258ee17c6913578a17a58d19fb78e5386 (patch) | |
tree | 96441dfcd194a2a545c6af0669e63bfb24765873 /util/xcompile | |
parent | a7cac0c21d85e651caaab2af7f8f1a7263e8abb9 (diff) |
Support arm-linux-gnueabi compilers.
Change-Id: I0edbc93807028a091f0f1bcae81a4092538a3422
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13747
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/xcompile')
-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 79c8a4c0b0..bd6cebfe63 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -393,6 +393,7 @@ test_architecture() { search="$search $toolchain-linux-gnu-" search="$search $toolchain-linux-" search="$search $toolchain-" + search="$search $toolchain-linux-gnueabi-" done echo "###########################################################################" echo "# $architecture" |