forked from pool/java-1_8_0-openj9
This commit is contained in:
parent
592d8978c3
commit
ca5c176656
@ -196,7 +196,7 @@ Provides: jre1.6.x
|
|||||||
Provides: jre1.7.x
|
Provides: jre1.7.x
|
||||||
Provides: jre1.8.x
|
Provides: jre1.8.x
|
||||||
ExclusiveArch: x86_64 ppc64le s390x aarch64
|
ExclusiveArch: x86_64 ppc64le s390x aarch64
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} < 1500
|
||||||
BuildRequires: gcc7
|
BuildRequires: gcc7
|
||||||
BuildRequires: gcc7-c++
|
BuildRequires: gcc7-c++
|
||||||
%else
|
%else
|
||||||
@ -393,7 +393,7 @@ EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
bash configure \
|
bash configure \
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} < 1500
|
||||||
CPP=cpp-7 \
|
CPP=cpp-7 \
|
||||||
CXX=g++-7 \
|
CXX=g++-7 \
|
||||||
CC=gcc-7 \
|
CC=gcc-7 \
|
||||||
|
Loading…
Reference in New Issue
Block a user