diff options
Diffstat (limited to 'testing/tcc/APKBUILD')
-rw-r--r-- | testing/tcc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tcc/APKBUILD b/testing/tcc/APKBUILD index c8bde7628e..046df9eb8a 100644 --- a/testing/tcc/APKBUILD +++ b/testing/tcc/APKBUILD @@ -7,7 +7,7 @@ _commit=fc0188ffbcf29f856caedee8cef07d88be01e439 pkgrel=0 pkgdesc="Tiny C Compiler" url="http://repo.or.cz/tinycc.git" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="LGPL-2.1" makedepends="texinfo" options="!check" # test suite currently fails on the server |