| OLD | NEW |
| 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 License: GPL v2 |
| 5 Security Critical: no |
| 4 | 6 |
| 5 Description: | 7 Description: |
| 6 This directory contains a binary of the gold linker from GNU binutils. | 8 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 as follows: | 9 It was built from binutils-2.21.1 on 64-bit Ubuntu Lucid as follows: |
| 8 | 10 |
| 9 1) Fetch tarball: http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2 | 11 1) Fetch tarball: http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2 |
| 10 2) Unpack, then | 12 2) Unpack, then |
| 11 ./configure --enable-gold=default --enable-threads | 13 ./configure --enable-gold=default --enable-threads |
| 12 3) make maybe-all-gold; strip gold/ld-new | 14 3) make maybe-all-gold; strip gold/ld-new |
| 13 4) mv gold/ld-new path/to/this/dir/gold64 | 15 4) mv gold/ld-new path/to/this/dir/gold64 |
| 14 | 16 |
| 15 (ld.bfd is a forwarding script that is in place because the NaCl build | 17 (ld.bfd is a forwarding script that is in place because the NaCl build |
| 16 depends on there being a script with that name in the same directory as | 18 depends on there being a script with that name in the same directory as |
| 17 ld.) | 19 ld.) |
| OLD | NEW |