Accepting request 295281 from Java:Factory
Aarch64 accelerated (still some ICEs in gcc, but they are there also without the acceleration) OBS-URL: https://build.opensuse.org/request/show/295281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/java-1_8_0-openjdk?expand=0&rev=25
This commit is contained in:
commit
daad3f2c48
@ -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
|
Thu Mar 5 16:40:27 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
%{!?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 debug 0
|
||||||
%global bootcycle 1
|
%global bootcycle 1
|
||||||
%global buildoutputdir build
|
%global buildoutputdir build
|
||||||
@ -94,10 +94,10 @@
|
|||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%global archinstall s390x
|
%global archinstall s390x
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %arm
|
||||||
%global archinstall arm
|
%global archinstall arm
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{aarch64}
|
%ifarch %aarch64
|
||||||
%global archinstall aarch64
|
%global archinstall aarch64
|
||||||
%endif
|
%endif
|
||||||
# 32 bit sparc, optimized for v9
|
# 32 bit sparc, optimized for v9
|
||||||
@ -443,7 +443,7 @@ need to.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{root_repository}-%{root_revision}
|
%setup -q -n %{root_repository}-%{root_revision}
|
||||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 1
|
%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
|
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 8
|
||||||
%else
|
%else
|
||||||
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
|
%setup -q -D -n %{root_repository}-%{root_revision} -T -a 2
|
||||||
@ -462,7 +462,7 @@ need to.
|
|||||||
pwd
|
pwd
|
||||||
mv corba-%{corba_revision} corba
|
mv corba-%{corba_revision} corba
|
||||||
|
|
||||||
%ifarch %{aarch64}
|
%ifarch %aarch64
|
||||||
mv hotspot-%{aarch64_hotspot_revision} hotspot
|
mv hotspot-%{aarch64_hotspot_revision} hotspot
|
||||||
%else
|
%else
|
||||||
mv hotspot-%{hotspot_revision} hotspot
|
mv hotspot-%{hotspot_revision} hotspot
|
||||||
@ -574,7 +574,7 @@ export ZLIB_LIBS="-L/%{_lib} -lz"
|
|||||||
|
|
||||||
# Build IcedTea and OpenJDK.
|
# Build IcedTea and OpenJDK.
|
||||||
|
|
||||||
%ifarch s390x sparc64 alpha ppc64 ppc64le %{aarch64}
|
%ifarch s390x sparc64 alpha ppc64 ppc64le %aarch64
|
||||||
export ARCH_DATA_MODEL=64
|
export ARCH_DATA_MODEL=64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -606,7 +606,7 @@ bash ../configure \
|
|||||||
--with-libpng=system \
|
--with-libpng=system \
|
||||||
--with-lcms=system \
|
--with-lcms=system \
|
||||||
--with-stdc++lib=dynamic \
|
--with-stdc++lib=dynamic \
|
||||||
%ifnarch %{arm}
|
%ifnarch %arm
|
||||||
--with-num-cores="$NUM_PROC" \
|
--with-num-cores="$NUM_PROC" \
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
|
Loading…
x
Reference in New Issue
Block a user