'make check' non-fatal on ppc64le too (#1096574)
This commit is contained in:
parent
2bc552ce39
commit
3b09b9caf6
9
gc.spec
9
gc.spec
@ -2,7 +2,7 @@ Summary: A garbage collector for C and C++
|
|||||||
Name: gc
|
Name: gc
|
||||||
%global base_ver 7.2
|
%global base_ver 7.2
|
||||||
Version: 7.2e
|
Version: 7.2e
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -95,8 +95,8 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
# ignore results on powerpc - the atomic stack feature is not working correctly
|
# ignore results on powerpc - the atomic stack feature is not working correctly
|
||||||
# there (#883748)
|
# there (#883748,1096574)
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64 ppc64le
|
||||||
%global arch_ignore ||:
|
%global arch_ignore ||:
|
||||||
%endif
|
%endif
|
||||||
make check -C libatomic_ops %{?arch_ignore}
|
make check -C libatomic_ops %{?arch_ignore}
|
||||||
@ -145,6 +145,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2014 Rex Dieter <rdieter@fedoraproject.org> 7.2e-3
|
||||||
|
- 'make check' non-fatal on ppc64le too (#1096574)
|
||||||
|
|
||||||
* Fri Feb 21 2014 Rex Dieter <rdieter@fedoraproject.org> 7.2e-2
|
* Fri Feb 21 2014 Rex Dieter <rdieter@fedoraproject.org> 7.2e-2
|
||||||
- update Urls to match upstream project move
|
- update Urls to match upstream project move
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user