remove s390x gcc10 workaround (#1799408)
The workaround added in 9a7edd4
(work around issue on s390x with gcc10
(#1799408), 2020-02-22) is no loner needed. The issue is fixed in
gcc-10.0.1-0.9.
This commit is contained in:
parent
27b717774c
commit
33714131a9
10
git.spec
10
git.spec
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.26.0
|
Version: 2.26.0
|
||||||
Release: 0.1%{?rcrev}%{?dist}
|
Release: 0.2%{?rcrev}%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git-scm.com/
|
URL: https://git-scm.com/
|
||||||
@ -520,11 +520,6 @@ sed -i '/^git-p4/d' command-list.txt
|
|||||||
%endif
|
%endif
|
||||||
# endif without p4
|
# endif without p4
|
||||||
|
|
||||||
# Work around issue on s390x with gcc10 (#1799408)
|
|
||||||
%if 0%{?fedora} >= 32 && %{_arch} == s390x
|
|
||||||
%global build_cflags %(echo %build_cflags | sed 's/-mtune=z13/-mtune=zEC12/')
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Use these same options for every invocation of 'make'.
|
# Use these same options for every invocation of 'make'.
|
||||||
# Otherwise it will rebuild in %%install due to flags changes.
|
# Otherwise it will rebuild in %%install due to flags changes.
|
||||||
# Pipe to tee to aid confirmation/verification of settings.
|
# Pipe to tee to aid confirmation/verification of settings.
|
||||||
@ -1058,6 +1053,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2020 Todd Zullinger <tmz@pobox.com> - 2.26.0-0.2.rc1
|
||||||
|
- remove s390x gcc10 workaround (#1799408)
|
||||||
|
|
||||||
* Tue Mar 10 2020 Todd Zullinger <tmz@pobox.com> - 2.26.0-0.1.rc1
|
* Tue Mar 10 2020 Todd Zullinger <tmz@pobox.com> - 2.26.0-0.1.rc1
|
||||||
- update to 2.26.0-rc1
|
- update to 2.26.0-rc1
|
||||||
- adjust make test options
|
- adjust make test options
|
||||||
|
Loading…
Reference in New Issue
Block a user