aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-02-22 17:07:17 -0500
committerTimo Teräs <timo.teras@iki.fi>2017-02-23 06:24:49 +0000
commitd56d281d51cf0a038e929caa8c7d6ede0e029e0d (patch)
tree620907d8a52adb4a7d590042cfacd3eadbe530e9
parent7c3982a656bb75c11de8fb66bb1c59e2b82b5671 (diff)
community/openjdk7: add s390x support
-rw-r--r--community/openjdk7/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/openjdk7/APKBUILD b/community/openjdk7/APKBUILD
index b604d3bacba..73954dd35c9 100644
--- a/community/openjdk7/APKBUILD
+++ b/community/openjdk7/APKBUILD
@@ -35,6 +35,7 @@ arm*) _jarch=arm
# openjdk has quite a bit of arm assembly producing textrels
# and it's non trivial to fix. allow it for now.
options="$options textrels";;
+s390x) _jarch=s390x;;
esac
INSTALL_BASE=/usr/lib/jvm/java-1.7-openjdk