aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc')
-rw-r--r--main/gcc/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index d9fc8e1c2f..8dec4e05fe 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -93,6 +93,11 @@ fi
# See libphobos/configure.tgt in GCC sources for supported targets
[ "$CARCH" = ppc64le ] && LANG_D=false
+# GDC requires libucontext on mips, which is not yet available
+case "$CTARGET_ARCH" in
+mips*) LANG_D=false ;;
+esac
+
# Go needs {set,make,swap}context, unimplemented in musl
[ "$CTARGET_LIBC" = musl ] && LANG_GO=false