Try -fsection-anchors as per
http://sourceware.org/ml/systemtap/2006-q4/msg00120.html
This commit is contained in:
parent
803fd21479
commit
b323b5e95e
@ -94,8 +94,8 @@ Ruby wrapper for the Open Babel library.
|
||||
%build
|
||||
%if 0%{?fedora} >= 9
|
||||
%ifarch ppc64
|
||||
export CFLAGS="$RPM_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
|
||||
%endif
|
||||
%endif
|
||||
autoreconf --force --install
|
||||
@ -187,7 +187,7 @@ popd
|
||||
|
||||
%changelog
|
||||
* Thu May 08 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.2.0-0.3.b4
|
||||
- add -mno-fp-in-toc -mno-sum-in-toc to optflags on F9+ ppc64 (#427700)
|
||||
- add -fsection-anchors to optflags on F9+ ppc64 (#427700)
|
||||
|
||||
* Sun Mar 02 2008 Dominik Mierzejewski <rpm@greysector.net> 2.2.0-0.2.b4
|
||||
- updated to 2.2.0 beta4
|
||||
|
Loading…
Reference in New Issue
Block a user