crossgcc: Only build iasl in acpica.

Other acpica's modules are not needed.

Change-Id: I16846caa922aded8db7c1d9e64c007fb2772ff98
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: zbao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/1935
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Zheng Bao 2012-11-28 16:13:40 +08:00 committed by Patrick Georgi
parent 98243281e7
commit 6d1fcd5e0b
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ printf "Building IASL ${IASL_VERSION} ... "
export PATH=$PATH:$DESTDIR$TARGETDIR/bin
rm -f ../../source/compiler/.failed
CFLAGS="$HOSTCFLAGS"
$MAKE CC="$CC" || touch ../../source/compiler/.failed
$MAKE CC="$CC" iasl || touch ../../source/compiler/.failed
rm -f $DESTDIR$TARGETDIR/bin/iasl || touch ../../source/compiler/.failed
if [ -d bin32 ]; then cp bin32/iasl $DESTDIR$TARGETDIR/bin || touch ../../source/compiler/.failed ; fi
if [ -d bin64 ]; then cp bin64/iasl $DESTDIR$TARGETDIR/bin || touch ../../source/compiler/.failed ; fi