mirror of
https://github.com/golang/go
synced 2024-11-21 22:54:40 -07:00
change --enable-languages flag to include c, c++ in first mention
R=iant http://go/go-review/1026016
This commit is contained in:
parent
c765c09019
commit
211a44cfcb
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user