Bug 1203393 follow-up: Address one review comment

DONTBUILD
This commit is contained in:
Ehsan Akhgari 2015-09-22 08:44:25 -04:00
parent c78f504e98
commit a7c5228f89

View File

@ -21,6 +21,8 @@ wget -c -P $TMPDIR ftp://ftp.gnu.org/gnu/binutils/binutils-$binutils_version.tar
tar xjf $TMPDIR/binutils-$binutils_version.tar.bz2
mkdir binutils-objdir
cd binutils-objdir
# gold is disabled because we don't use it on automation, and also we ran into
# some issues with it using this script in build-clang.py.
../binutils-$binutils_version/configure --prefix /tools/gcc/ --disable-gold --enable-plugins --disable-nls || exit 1
make $make_flags || exit 1
make install $make_flags DESTDIR=$root_dir || exit 1