summaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorZheng Bao <fishbaozi@gmail.com>2012-11-28 16:13:40 +0800
committerPatrick Georgi <patrick@georgi-clan.de>2012-11-29 12:10:28 +0100
commit6d1fcd5e0bccea7f813706fce84c815c2782a356 (patch)
treeb22563d1cd543b1bca273f29d7c5b314b78a377f /util/crossgcc
parent98243281e70192612e275133644f8df173badef5 (diff)
downloadcoreboot-6d1fcd5e0bccea7f813706fce84c815c2782a356.tar.xz
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>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 983dd3b9b6..8689e1ad1b 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -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