Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: README.chromium

Issue 9328022: Update gold README.chromium to match install-build-deps.sh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/gold/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: gold 1 Name: gold
2 URL: http://www.gnu.org/software/binutils/ 2 URL: http://www.gnu.org/software/binutils/
3 Version: 2.21.1 3 Version: 2.21.1
4 4
5 Description: 5 Description:
6 This directory contains a binary of the gold linker from GNU binutils. 6 This directory contains a binary of the gold linker from GNU binutils.
7 It was built from binutils-2.21.1 on 64-bit Ubuntu Lucid with configure as: 7 It was built from binutils-2.21.1 on 64-bit Ubuntu Lucid as follows:
8 ./configure --enable-gold=default --enable-threads 8
9 1) Fetch tarball: http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2
10 2) Unpack, then
11 ./configure --enable-gold=default --enable-threads
12 3) make; strip gold/ld-new
Lei Zhang 2012/02/04 01:12:24 You only need to make the maybe-all-gold target. B
13 4) mv gold/ld-new path/to/this/dir/gold64
9 14
10 (ld.bfd is a forwarding script that is in place because the NaCl build 15 (ld.bfd is a forwarding script that is in place because the NaCl build
11 depends on there being a script with that name in the same directory as 16 depends on there being a script with that name in the same directory as
12 ld.) 17 ld.)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698