summaryrefslogtreecommitdiff
path: root/doc/gccgo_install.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-11-07 11:22:30 -0800
committerRob Pike <r@golang.org>2009-11-07 11:22:30 -0800
commitec00f8a8fa61315ddb2d678b46608936ffff224f (patch)
treee9ff54d79beee49b49003b925d1e63f66337e602 /doc/gccgo_install.html
parent79a6d8d14d851fcb91095313c0433d6a9ddc6a0a (diff)
downloadgo-ec00f8a8fa61315ddb2d678b46608936ffff224f.tar.gz
change --enable-languages flag to include c, c++ in first mention
R=iant http://go/go-review/1026016
Diffstat (limited to 'doc/gccgo_install.html')
-rw-r--r--doc/gccgo_install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html
index 360da9599..b9ca4c623 100644
--- a/doc/gccgo_install.html
+++ b/doc/gccgo_install.html
@@ -34,7 +34,7 @@ Building <code>gccgo</code> is just like building <code>gcc</code>
with one additional option. See
the <a href="http://gcc.gnu.org/install/">instructions on the gcc web
site</a>. When you run <code>configure</code>, add the
-option <code>--enable-languages=go</code> (along with other languages you
+option <code>--enable-languages=c,c++,go</code> (along with other languages you
may want to build).
</p>