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 12 years ago
parent
commit
fb1e7acfe1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      base/gcc/config-550.in

+ 2
- 2
base/gcc/config-550.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../gcc/config-550.in # 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # 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 bool 'Build the JAVA compiler' SDECFG_PKG_GCC_JAVA 1
fi fi
bool 'Build the F77 compiler' SDECFG_PKG_GCC_F77 1 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 bool 'Build the OBJC compiler' SDECFG_PKG_GCC_OBJC 1
comment ' ' comment ' '
bool 'Build version specific runtime libraries' \ bool 'Build version specific runtime libraries' \

Loading…
Cancel
Save