Lines Matching full:gold
117 <h3 id="Gold">Gold</h3>
123 small stack. Doing this requires using the gold linker version 2.22
125 can build gold yourself.
129 To build gold yourself, build the GNU binutils,
130 using <code>--enable-gold=default</code> when you run
133 this (you can replace <code>/opt/gold</code> with any directory to
144 ../src/configure --enable-gold=default --prefix=/opt/gold
150 However you install gold, when you configure gccgo, use the
170 the <code>--with-ld</code> option if you are using the gold linker as
178 ../gccgo/configure --prefix=/opt/gccgo --enable-languages=c,c++,go --with-ld=/opt/gold/bin/ld