From 211a44cfcbe130e3842590232216bd334b63850a Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 7 Nov 2009 11:22:30 -0800 Subject: [PATCH] change --enable-languages flag to include c, c++ in first mention R=iant http://go/go-review/1026016 --- doc/gccgo_install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).

-- 2.50.0