diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-02-22 17:07:17 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-23 06:24:49 +0000 |
commit | d56d281d51cf0a038e929caa8c7d6ede0e029e0d (patch) | |
tree | 620907d8a52adb4a7d590042cfacd3eadbe530e9 /community/openjdk7 | |
parent | 7c3982a656bb75c11de8fb66bb1c59e2b82b5671 (diff) | |
download | aports-d56d281d51cf0a038e929caa8c7d6ede0e029e0d.tar.bz2 aports-d56d281d51cf0a038e929caa8c7d6ede0e029e0d.tar.xz |
community/openjdk7: add s390x support
Diffstat (limited to 'community/openjdk7')
-rw-r--r-- | community/openjdk7/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/openjdk7/APKBUILD b/community/openjdk7/APKBUILD index b604d3bacb..73954dd35c 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 |