Skip to content
Snippets Groups Projects
Commit 2ef23635 authored by Natanael Copa's avatar Natanael Copa
Browse files

community/openjdk8: fix build on armhf

since icedtea 3.4 the configure script will select aarch32 hotspot build
due to better performace. Our patches does not apply to this so for now
we use the default hotspot, even if it is slower on armhf.

http://blog.fuseyism.com/index.php/2017/05/17/security-icedtea-3-4-0-for-openjdk-8-armed-and-ready-released/
parent a6ab1023
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@ build() {
--disable-dependency-tracking \
--disable-downloading \
--with-parallel-jobs=${JOBS:-2} \
--with-hotspot-build=default \
--with-openjdk-src-zip="$srcdir/openjdk-$_dropsver.tar.xz" \
--with-hotspot-src-zip="$srcdir/hotspot-$_dropsver.tar.xz" \
--with-corba-src-zip="$srcdir/corba-$_dropsver.tar.xz" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment