Yet another attempt: try using -fastdispatch in SWIG, supposedly that

generates smaller code, hopefully also fewer TOC1 entries.
This commit is contained in:
Kevin Kofler 2008-05-08 23:20:23 +00:00
parent b323b5e95e
commit 354d057261
1 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ Ruby wrapper for the Open Babel library.
%build
%if 0%{?fedora} >= 9
%ifarch ppc64
sed -i -e 's/-python /-python -fastdispatch /g' scripts/Makefile.am
export CFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
export CXXFLAGS="$RPM_OPT_FLAGS -fsection-anchors"
%endif
@ -187,7 +188,7 @@ popd
%changelog
* Thu May 08 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.2.0-0.3.b4
- add -fsection-anchors to optflags on F9+ ppc64 (#427700)
- generate Python binding with -fastdispatch 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