summaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-30 09:20:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-30 09:20:14 +0000
commitffca1077c5b4bbedc38f91cac1f0806a8306ace0 (patch)
treef21e854263d41b49b6608e1615d26afe692f8b10 /main/gcc
parent152e22d13fee521a7ad51e50855b2cafd06c8245 (diff)
downloadaports-ffca1077c5b4bbedc38f91cac1f0806a8306ace0.tar.bz2
aports-ffca1077c5b4bbedc38f91cac1f0806a8306ace0.tar.xz
main/gcc: enable gcc-go
we now have ucontext in uclibc
Diffstat (limited to 'main/gcc')
-rw-r--r--main/gcc/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index 9a6da11d0..be0ad4b58 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -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