diff mbox

Do not build Go by default

Message ID mcr4oau5028.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Dec. 3, 2010, 3:49 p.m. UTC
My apologies, I messed up on not building Go by default, and my testing
did not catch it because I was using a directory which had already been
configured.  I committed this patch which I hope will fix the problem.

Ian


2010-12-03  Ian Lance Taylor  <iant@google.com>

	* config-lang.in (build_by_default): Set to no.
diff mbox

Patch

Index: config-lang.in
===================================================================
--- config-lang.in	(revision 167407)
+++ config-lang.in	(working copy)
@@ -35,3 +35,6 @@  target_libs="target-libgo target-libffi"
 lang_requires_boot_languages=c++
 
 gtfiles="\$(srcdir)/go/go-lang.c"
+
+# Do not build by default.
+build_by_default="no"