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@coreboot.org> Reviewed-on: http://review.coreboot.org/10567 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
682a90c011
commit
bd8b2e31d2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue