1
0
Fridrich Strba 2017-07-21 09:49:30 +00:00 committed by Git OBS Bridge
parent 1b24520e35
commit 18282d1af6
2 changed files with 12 additions and 4 deletions

3
aarch32.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38e24d556aa269a5168e251b1fa97e84467a722fff27fa2f81de315854f18a33
size 6743892

View File

@ -182,9 +182,10 @@ Source5: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_v
Source6: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jdk.tar.xz
Source7: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/langtools.tar.xz
Source8: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz
Source9: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz
Source9: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/aarch32.tar.xz
Source10: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz
# Test
Source10: TestECDSA.java
Source11: TestECDSA.java
# RPM/distribution specific patches
# RHBZ 1015432
Patch2: 1015432.patch
@ -535,8 +536,12 @@ sh autogen.sh
--with-jaxws-src-zip=%{SOURCE5} \
--with-jdk-src-zip=%{SOURCE6} \
--with-langtools-src-zip=%{SOURCE7} \
%ifarch %{arm}
--with-hotspot-src-zip=%{SOURCE9} \
%else
--with-hotspot-src-zip=%{SOURCE8} \
--with-nashorn-src-zip=%{SOURCE9}
%endif
--with-nashorn-src-zip=%{SOURCE10}
make patch %{?_smp_mflags}
@ -884,7 +889,7 @@ fi
export JAVA_HOME=$(pwd)/%{buildoutputdir}images/j2sdk-image
# Check ECC is working
$JAVA_HOME/bin/javac -d . %{SOURCE10}
$JAVA_HOME/bin/javac -d . %{SOURCE11}
$JAVA_HOME/bin/java TestECDSA
%endif