Fix comments
This commit is contained in:
parent
dfc56372e3
commit
79ae09789c
@ -168,7 +168,7 @@ Source12: remove-intree-libraries.sh
|
|||||||
# Ensure we aren't using the limited crypto policy
|
# Ensure we aren't using the limited crypto policy
|
||||||
Source13: TestCryptoLevel.java
|
Source13: TestCryptoLevel.java
|
||||||
|
|
||||||
|
# New versions of config files with aarch64 support. This is not upstream yet.
|
||||||
Source100: config.guess
|
Source100: config.guess
|
||||||
Source101: config.sub
|
Source101: config.sub
|
||||||
|
|
||||||
@ -356,15 +356,16 @@ The OpenJDK API documentation.
|
|||||||
%setup -q -c -n %{name} -T -a %{source_num}
|
%setup -q -c -n %{name} -T -a %{source_num}
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
#repalce outdated configure guess script
|
# replace outdated configure guess script
|
||||||
|
#
|
||||||
|
# the configure macro will do this too, but it also passes a few flags not
|
||||||
|
# supported by openjdk configure script
|
||||||
cp %{SOURCE100} jdk8/common/autoconf/build-aux/
|
cp %{SOURCE100} jdk8/common/autoconf/build-aux/
|
||||||
cp %{SOURCE101} jdk8/common/autoconf/build-aux/
|
cp %{SOURCE101} jdk8/common/autoconf/build-aux/
|
||||||
|
|
||||||
# OpenJDK patches
|
# OpenJDK patches
|
||||||
|
|
||||||
# Remove libraries that are linked
|
# Remove libraries that are linked
|
||||||
# disabled until 8 has all system library fixes upstream
|
|
||||||
|
|
||||||
sh %{SOURCE12}
|
sh %{SOURCE12}
|
||||||
|
|
||||||
%ifarch %{aarch64}
|
%ifarch %{aarch64}
|
||||||
|
Loading…
Reference in New Issue
Block a user