change --enable-languages flag to include c, c++ in first mention

R=iant
http://go/go-review/1026016
This commit is contained in:
Rob Pike 2009-11-07 11:22:30 -08:00
Родитель c765c09019
Коммит 211a44cfcb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>