forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
fa74c4c82f
commit
84f68dae72
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 07:37:27 UTC 2015 - fstrba@suse.com
|
||||
|
||||
- Build the accelerated aarch64 hotspot anew
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 16:40:27 UTC 2015 - fstrba@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
||||
%global jit_arches %ix86 x86_64 ppc64 ppc64le
|
||||
%global jit_arches %ix86 x86_64 ppc64 ppc64le %aarch64
|
||||
%global debug 0
|
||||
%global bootcycle 1
|
||||
%global buildoutputdir build
|
||||
@ -94,10 +94,10 @@
|
||||
%ifarch s390x
|
||||
%global archinstall s390x
|
||||
%endif
|
||||
%ifarch %{arm}
|
||||
%ifarch %arm
|
||||
%global archinstall arm
|
||||
%endif
|
||||
%ifarch %{aarch64}
|
||||
%ifarch %aarch64
|
||||
%global archinstall aarch64
|
||||
%endif
|
||||
# 32 bit sparc, optimized for v9
|
||||
@ -443,7 +443,7 @@ need to.
|
||||
%prep
|
||||
%setup -q -n %{root_repository}-%{root_revision}
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 1
|
||||
%ifarch %{aarch64}
|
||||
%ifarch %aarch64
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 8
|
||||
%else
|
||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
|
||||
@ -462,7 +462,7 @@ need to.
|
||||
pwd
|
||||
mv corba-%{corba_revision} corba
|
||||
|
||||
%ifarch %{aarch64}
|
||||
%ifarch %aarch64
|
||||
mv hotspot-%{aarch64_hotspot_revision} hotspot
|
||||
%else
|
||||
mv hotspot-%{hotspot_revision} hotspot
|
||||
@ -574,7 +574,7 @@ export ZLIB_LIBS="-L/%{_lib} -lz"
|
||||
|
||||
# Build IcedTea and OpenJDK.
|
||||
|
||||
%ifarch s390x sparc64 alpha ppc64 ppc64le %{aarch64}
|
||||
%ifarch s390x sparc64 alpha ppc64 ppc64le %aarch64
|
||||
export ARCH_DATA_MODEL=64
|
||||
%endif
|
||||
|
||||
@ -606,7 +606,7 @@ bash ../configure \
|
||||
--with-libpng=system \
|
||||
--with-lcms=system \
|
||||
--with-stdc++lib=dynamic \
|
||||
%ifnarch %{arm}
|
||||
%ifnarch %arm
|
||||
--with-num-cores="$NUM_PROC" \
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1120
|
||||
|
Loading…
x
Reference in New Issue
Block a user