aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/openjdk9/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openjdk9/APKBUILD b/community/openjdk9/APKBUILD
index e7779fcfdc9..a03dc2191ab 100644
--- a/community/openjdk9/APKBUILD
+++ b/community/openjdk9/APKBUILD
@@ -6,7 +6,7 @@ _pkgver=${pkgver/_p/+}
pkgrel=1
pkgdesc="Oracle OpenJDK 9"
url="https://hg.openjdk.java.net/jdk-updates/jdk9u"
-arch="all !x86 !armhf" # build fails on x86 and armhf. disable for now
+arch="all !x86 !armhf !armv7" # build fails on 32bit arches
license="GPL-2.0 with Classpath"
makedepends="autoconf
bash