aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gcc-cross-embedded
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-01-04 18:51:43 +0100
committerMilan P. Stanić <mps@arvanta.net>2020-01-04 18:51:43 +0100
commit25de6a212f69033225d951c2557bdc65f892a0c4 (patch)
treee27830911d696c0f198ef3dd0c67e54af6b7e30c /testing/gcc-cross-embedded
parent850c212c8981b5f33299ac34df718336d6645064 (diff)
downloadaports-25de6a212f69033225d951c2557bdc65f892a0c4.tar.bz2
aports-25de6a212f69033225d951c2557bdc65f892a0c4.tar.xz
testing/gcc-cross-embedded: disable on s390x
fails on s390x with error message: libstdc++-v3/src/c++11/cxx11-shim_facets.cc:437:2: internal compiler error: Segmentation fault
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//-/_}"