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:
parent
98243281e7
commit
6d1fcd5e0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue