Related: #1789115 - disable -flto on ppc64le to make test-float pass
This commit is contained in:
parent
eebaae56fd
commit
8de28b81ab
@ -83,6 +83,11 @@ git add --all .
|
|||||||
git commit -q -m "after invocation of autoreconf"
|
git commit -q -m "after invocation of autoreconf"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# disable -flto on ppc64le to make test-float pass (#1789115)
|
||||||
|
%ifarch ppc64le
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fno-lto"
|
||||||
|
%endif
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
%global _configure ../configure
|
%global _configure ../configure
|
||||||
@ -113,6 +118,7 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 24 2020 Kamil Dudka <kdudka@redhat.com> - 1:4.7.0-6
|
* Fri Jul 24 2020 Kamil Dudka <kdudka@redhat.com> - 1:4.7.0-6
|
||||||
|
- disable -flto on ppc64le to make test-float pass (#1789115)
|
||||||
- do not compile with -D__SUPPORT_SNAN__ (#1294016)
|
- do not compile with -D__SUPPORT_SNAN__ (#1294016)
|
||||||
|
|
||||||
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1:4.7.0-5
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1:4.7.0-5
|
||||||
|
Loading…
Reference in New Issue
Block a user