Browse Source

gcc: changed to disable GO language frontend by default

Note:

Seems that it can be build reliably on x86-32 only :/
user/amery/next/uclibc
Christian Wiese 13 years ago
parent
commit
fb1e7acfe1
  1. 4
      base/gcc/config-550.in

4
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' \

Loading…
Cancel
Save