diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-11 22:11:31 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-11 22:11:31 +0000 |
commit | 80e0c6307fb182e4f2dc9e4f8aa8da8eb837c8a1 (patch) | |
tree | 895976b370eeb0442471a2e2a0fda524c225a3e5 /build | |
parent | c9f5be0e015a4a5d778f086269f1cff183a5b8cc (diff) | |
download | chromium_src-80e0c6307fb182e4f2dc9e4f8aa8da8eb837c8a1.zip chromium_src-80e0c6307fb182e4f2dc9e4f8aa8da8eb837c8a1.tar.gz chromium_src-80e0c6307fb182e4f2dc9e4f8aa8da8eb837c8a1.tar.bz2 |
Build/install gold instead of all of binutils.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6502009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/install-build-deps.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 3ed5513..22b1b67 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -60,8 +60,8 @@ install_gold() { tar -xjvf $BINUTILS.tar.bz2 cd $BINUTILS ./configure --prefix=/usr/local/gold --enable-gold - make -j3 - if sudo make install + make maybe-all-binutils maybe-all-gold -j4 + if sudo make maybe-install-binutils maybe-install-gold then # Still need to figure out graceful way of pointing gyp to use # /usr/local/gold/bin/ld without requiring him to set environment |