Harmonize with c10s
Resolves: RHEL-94868
This commit is contained in:
parent
1886674cff
commit
2f9bed3b97
@ -1035,7 +1035,9 @@ CONFIGURE_OPTS="\
|
|||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
%if 0%{?rhel} > 7
|
%if 0%{?rhel} > 7
|
||||||
%if 0%{?rhel} > 8
|
%if 0%{?rhel} > 8
|
||||||
%if 0%{?rhel} >= 9
|
%if 0%{?rhel} >= 10
|
||||||
|
--with-arch=z14 --with-tune=z16 \
|
||||||
|
%elif 0%{?rhel} >= 9
|
||||||
--with-arch=z14 --with-tune=z15 \
|
--with-arch=z14 --with-tune=z15 \
|
||||||
%else
|
%else
|
||||||
--with-arch=z13 --with-tune=arch13 \
|
--with-arch=z13 --with-tune=arch13 \
|
||||||
|
@ -7,8 +7,8 @@ badfuncs:
|
|||||||
- /usr/lib*/libtsan.so.*.*.*
|
- /usr/lib*/libtsan.so.*.*.*
|
||||||
|
|
||||||
specname:
|
specname:
|
||||||
# In GCC toolsets builds, the spec file name and the package are not
|
# In GCC toolsets builds, the spec file name and the package may not
|
||||||
# exactly the same, the package is prefixed with gcc-toolset-NN-.
|
# be exactly the same, the package is prefixed with gcc-toolset-NN-.
|
||||||
# Let's ignore the prefix.
|
# Let's ignore the prefix.
|
||||||
match: suffix
|
match: suffix
|
||||||
primary: filename
|
primary: filename
|
||||||
|
Loading…
Reference in New Issue
Block a user