[coreboot-gerrit] New patch to review for coreboot: buildgcc: Don't build iasl with gcc

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Jun 17 20:56:13 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10567

-gerrit

commit 8d9d4d63f870accb37e2799a81e44c3507526e6f
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Jun 17 11:55:02 2015 -0700

    buildgcc: Don't build iasl with gcc
    
    There's a separate target -P iasl for that now.
    
    Change-Id: I95c0fe8fc266859d8a31b7bea890775dc9f19694
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/crossgcc/buildgcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 0ab0a53..657df2c 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -541,7 +541,7 @@ case "$PACKAGE" in
 	GCC|gcc)
 		echo "Target architecture is now $TARGETARCH"
 		NAME="${TARGETARCH} cross GCC"
-		PACKAGES="GMP MPFR MPC LIBELF BINUTILS GCC IASL"
+		PACKAGES="GMP MPFR MPC LIBELF BINUTILS GCC"
 		;;
 	GDB|gdb)
 		NAME="${TARGETARCH} cross GDB"



More information about the coreboot-gerrit mailing list