From: Rob Pike Date: Sat, 7 Nov 2009 19:22:30 +0000 (-0800) Subject: change --enable-languages flag to include c, c++ in first mention X-Git-Tag: weekly.2009-11-10~77 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=211a44cfcbe130e3842590232216bd334b63850a;p=gostls13.git change --enable-languages flag to include c, c++ in first mention R=iant http://go/go-review/1026016 --- diff --git a/doc/gccgo_install.html b/doc/gccgo_install.html index 360da95999..b9ca4c6230 100644 --- a/doc/gccgo_install.html +++ b/doc/gccgo_install.html @@ -34,7 +34,7 @@ Building gccgo is just like building gcc with one additional option. See the instructions on the gcc web site. When you run configure, add the -option --enable-languages=go (along with other languages you +option --enable-languages=c,c++,go (along with other languages you may want to build).