[coreboot-gerrit] New patch to review for coreboot: util/crossgcc: Build gmp, mpfr, mpc, libelf, gdb and iasl for the host

Nico Huber (nico.h@gmx.de) gerrit at coreboot.org
Tue Jan 26 19:15:41 CET 2016


Nico Huber (nico.h at gmx.de) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13472

-gerrit

commit b639f285080227f59bdf1fe367bcb9a0aa593cd7
Author: Nico Huber <nico.huber at secunet.com>
Date:   Tue Jan 26 16:14:06 2016 +0100

    util/crossgcc: Build gmp, mpfr, mpc, libelf, gdb and iasl for the host
    
    Change-Id: I731cfe230304ccafad3e1f0527592c6a382e2cb1
    Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
 util/crossgcc/buildgcc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 830f6c4..5b7c45a 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -18,8 +18,8 @@
 
 cd $(dirname $0)
 
-CROSSGCC_DATE="November 25th, 2015"
-CROSSGCC_VERSION="1.33"
+CROSSGCC_DATE="January 26th, 2016"
+CROSSGCC_VERSION="1.35"
 
 # default settings
 PACKAGE=GCC
@@ -647,11 +647,11 @@ case "$PACKAGE" in
 	GCC|gcc)
 		echo "Target architecture is now $TARGETARCH"
 		NAME="${TARGETARCH} cross GCC"
-		PACKAGES="GMP MPFR MPC LIBELF BINUTILS GCC"
+		PACKAGES="host-GMP host-MPFR host-MPC host-LIBELF BINUTILS GCC"
 		;;
 	GDB|gdb)
 		NAME="${TARGETARCH} cross GDB"
-		PACKAGES="GDB"
+		PACKAGES="host-GDB"
 		if [ $SKIPPYTHON -eq 0 ]; then
 			PACKAGES="EXPAT PYTHON $PACKAGES"
 		fi
@@ -663,7 +663,7 @@ case "$PACKAGE" in
 		;;
 	IASL|iasl)
 		NAME="IASL ACPI compiler"
-		PACKAGES=IASL
+		PACKAGES="host-IASL"
 		;;
 	*)
 		printf "${red}ERROR: Unsupported package $PACKAGE. (Supported packages are GCC, GDB, CLANG, IASL)${NC}\n\n";



More information about the coreboot-gerrit mailing list