mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1203393 follow-up: Address one review comment
DONTBUILD
This commit is contained in:
parent
987e02c361
commit
7e6947b21f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user