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

Unified 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, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 120423)
+++ README.chromium (working copy)
@@ -4,9 +4,14 @@
Description:
This directory contains a binary of the gold linker from GNU binutils.
-It was built from binutils-2.21.1 on 64-bit Ubuntu Lucid with configure as:
- ./configure --enable-gold=default --enable-threads
+It was built from binutils-2.21.1 on 64-bit Ubuntu Lucid as follows:
+1) Fetch tarball: http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2
+2) Unpack, then
+ ./configure --enable-gold=default --enable-threads
+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
+4) mv gold/ld-new path/to/this/dir/gold64
+
(ld.bfd is a forwarding script that is in place because the NaCl build
depends on there being a script with that name in the same directory as
ld.)
« 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