[coreboot-gerrit] Patch set updated for coreboot: Support arm-linux-gnueabi compilers.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Feb 20 07:34:49 CET 2016


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13747

-gerrit

commit d34c48109d2ded3f3a2c81d181b64fd4db0c0fe1
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Feb 18 15:30:53 2016 +0100

    Support arm-linux-gnueabi compilers.
    
    Change-Id: I0edbc93807028a091f0f1bcae81a4092538a3422
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 3rdparty/arm-trusted-firmware | 2 +-
 util/xcompile/xcompile        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/3rdparty/arm-trusted-firmware b/3rdparty/arm-trusted-firmware
index 4a96630..649591b 160000
--- a/3rdparty/arm-trusted-firmware
+++ b/3rdparty/arm-trusted-firmware
@@ -1 +1 @@
-Subproject commit 4a9663062cef254e79189e4fbde85172eb58f9ce
+Subproject commit 649591bbabbc737534943136751722307429b7d6
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index 79c8a4c..bd6cebf 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"



More information about the coreboot-gerrit mailing list