aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc-cross-embedded
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gcc-cross-embedded')
-rw-r--r--testing/gcc-cross-embedded/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gcc-cross-embedded/APKBUILD b/testing/gcc-cross-embedded/APKBUILD
index c368468a99..71bbcc94bf 100644
--- a/testing/gcc-cross-embedded/APKBUILD
+++ b/testing/gcc-cross-embedded/APKBUILD
@@ -18,7 +18,8 @@ pkgdesc="The GNU Compiler Collection for embedded targets"
url="http://gcc.gnu.org"
depends="gcc"
makedepends="bash linux-headers gmp-dev mpfr-dev mpc1-dev zlib-dev"
-arch="all"
+arch="all !s390x" # fails on s390x with error message:
+# 'internal compiler error: Segmentation fault'
license="GPL-3.0-or-later"
for target in $_targets; do
targetnorm="${target//-/_}"