Commit b2e24bd4 authored by thestig@chromium.org's avatar thestig@chromium.org

strip the gold linker executable in install-build-deps.sh.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/194069

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25874 0039d316-1c4b-4281-b951-d872f2087c98
parent 7a7c11a6
......@@ -67,6 +67,7 @@ __EOF__
echo "Installing gold as /usr/bin/ld."
echo "To uninstall, do 'cd /usr/bin; sudo rm ld; sudo mv ld.orig ld'"
test -f /usr/bin/ld && sudo mv /usr/bin/ld /usr/bin/ld.orig
sudo strip /usr/local/gold/bin/ld
sudo ln -fs /usr/local/gold/bin/ld /usr/bin/ld.gold
sudo ln -fs /usr/bin/ld.gold /usr/bin/ld
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment