From fb1e7acfe173463db629d7047d1e821ae5d4432f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 10 Apr 2012 12:56:05 +0200 Subject: [PATCH] gcc: changed to disable GO language frontend by default Note: Seems that it can be build reliably on x86-32 only :/ --- base/gcc/config-550.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/gcc/config-550.in b/base/gcc/config-550.in index 74cbc77af..d86cb545c 100644 --- a/base/gcc/config-550.in +++ b/base/gcc/config-550.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gcc/config-550.in -# Copyright (C) 2006 - 2011 The OpenSDE Project +# Copyright (C) 2006 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -86,7 +86,7 @@ if pkgcheck "gcc" X; then bool 'Build the JAVA compiler' SDECFG_PKG_GCC_JAVA 1 fi bool 'Build the F77 compiler' SDECFG_PKG_GCC_F77 1 - bool 'Build the GO compiler' SDECFG_PKG_GCC_GO 1 + bool 'Build the GO compiler' SDECFG_PKG_GCC_GO 0 bool 'Build the OBJC compiler' SDECFG_PKG_GCC_OBJC 1 comment ' ' bool 'Build version specific runtime libraries' \