]> Cypherpunks repositories - gostls13.git/commitdiff
change --enable-languages flag to include c, c++ in first mention
authorRob Pike <r@golang.org>
Sat, 7 Nov 2009 19:22:30 +0000 (11:22 -0800)
committerRob Pike <r@golang.org>
Sat, 7 Nov 2009 19:22:30 +0000 (11:22 -0800)
R=iant
http://go/go-review/1026016

doc/gccgo_install.html

index 360da959995ce612af86699bc7c937eb39e2ea04..b9ca4c62309b0fab8998179e90c4e2a9b555c104 100644 (file)
@@ -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>