diff options
| author | Ondřej Surý <ondrej@sury.org> | 2011-10-06 09:35:45 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2011-10-06 09:35:45 +0200 |
| commit | 6c7ca6e4d4e26e4c8cbe0d183966011b3b088a0a (patch) | |
| tree | fddeb87db026d64a1d8e597dd0c69d685f433597 /doc/gccgo_install.html | |
| parent | 04f99b387021a8ce32a8795360cba9beaf986a81 (diff) | |
| download | golang-6c7ca6e4d4e26e4c8cbe0d183966011b3b088a0a.tar.gz | |
Imported Upstream version 2011.09.21upstream-weekly/2011.09.21
Diffstat (limited to 'doc/gccgo_install.html')
| -rw-r--r-- | doc/gccgo_install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 159fab7bb..38a30e9c6 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -58,7 +58,7 @@ use a small discontiguous stack for goroutines. This permits programs to run many more goroutines, since each goroutine can use a relatively small stack. Doing this requires using a development version of the <code>gold</code> linker. The easiest way to do this is to build -the GNU binutils, using <code>--enable-gold</code> when you run +the GNU binutils, using <code>--enable-gold=default</code> when you run the <code>configure</code> script, and to use <code>--with-ld=GOLD_BINARY</code> when you configure <code>gccgo</code>. A typical sequence would look like @@ -72,7 +72,7 @@ cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src login cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src co binutils mkdir binutils-objdir cd binutils-objdir -../src/configure --enable-gold --prefix=/opt/gold +../src/configure --enable-gold=default --prefix=/opt/gold make make install </pre> |
