rpms/openbabel/devel openbabel.spec,1.23,1.24

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 8 16:34:49 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21166/devel

Modified Files:
	openbabel.spec 
Log Message:
Try -Os, not that I really believe it will fix it, but trying can't hurt.


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- openbabel.spec	8 May 2008 16:06:25 -0000	1.23
+++ openbabel.spec	8 May 2008 16:33:55 -0000	1.24
@@ -94,8 +94,8 @@
 %build
 %if 0%{?fedora} >= 9
 %ifarch ppc64
-export CFLAGS="$RPM_OPT_FLAGS -fno-inline -fno-inline-functions -fno-inline-small-functions"
-export CXXFLAGS="$RPM_OPT_FLAGS -fno-inline -fno-inline-functions -fno-inline-small-functions"
+export CFLAGS="$RPM_OPT_FLAGS -Os -fno-inline-small-functions"
+export CXXFLAGS="$RPM_OPT_FLAGS -Os -fno-inline-small-functions"
 %endif
 %endif
 autoreconf --force --install
@@ -187,7 +187,7 @@
 
 %changelog
 * Thu May 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2.0-0.3.b4
-- add -fno-inline{,-functions,-small-functions} to optflags on F9+ ppc64 (#427700)
+- add -Os -fno-inline-small-functions to optflags on F9+ ppc64 (#427700)
 
 * Sun Mar 02 2008 Dominik Mierzejewski <rpm at greysector.net> 2.2.0-0.2.b4
 - updated to 2.2.0 beta4




More information about the fedora-extras-commits mailing list