main/gcc: enable gcc-go

we now have ucontext in uclibc
This commit is contained in:
Natanael Copa 2012-10-30 09:20:14 +00:00
parent 152e22d13f
commit ffca1077c5

View File

@ -7,7 +7,7 @@ _specs_gcc_ver=4.4.3
_uclibc_abiver=0.9.32
pkgrel=0
pkgrel=1
pkgdesc="The GNU Compiler Collection"
url="http://gcc.gnu.org"
arch="all"
@ -18,9 +18,6 @@ makedepends="bison flex gmp-dev mpfr-dev texinfo mpc1-dev gawk zlib-dev zip
subpackages="$pkgname-doc libstdc++:libcxx g++:gpp libgcc libgomp"
replaces="libstdc++"
# disable Go til we have getcontex/setcontext
LANG_GO=off
if [ -n "$BOOTSTRAP" ]; then
LANG_OBJC=off
LANG_JAVA=off