SPECS: liboil.spec - cannot -fomit-frame-pointer on x86 due to SSE...

qboosh qboosh at pld-linux.org
Sun Nov 4 17:17:39 CET 2007


Author: qboosh                       Date: Sun Nov  4 16:17:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cannot -fomit-frame-pointer on x86 due to SSE hacks

---- Files affected:
SPECS:
   liboil.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/liboil.spec
diff -u SPECS/liboil.spec:1.29 SPECS/liboil.spec:1.30
--- SPECS/liboil.spec:1.29	Mon Aug 20 21:31:12 2007
+++ SPECS/liboil.spec	Sun Nov  4 17:17:34 2007
@@ -27,7 +27,9 @@
 BuildRequires:	rpmbuild(macros) >= 1.98
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		specflags	-fomit-frame-pointer
+# cannot remove frame pointers on ix86, SSE wrapper hack relies on
+# gcc stack frames
+#define		specflags	-fomit-frame-pointer
 # CFLAGS_ALTIVEC are set, but not used
 %define		specflags_ppc	-maltivec
 
@@ -147,6 +149,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2007/11/04 16:17:34  qboosh
+- cannot -fomit-frame-pointer on x86 due to SSE hacks
+
 Revision 1.29  2007/08/20 19:31:12  witekfl
 - added bcond_without static_libs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/liboil.spec?r1=1.29&r2=1.30&f=u



More information about the pld-cvs-commit mailing list