]> git.pld-linux.org Git - packages/liboil.git/commitdiff
- cannot -fomit-frame-pointer on x86 due to SSE hacks auto/ti/liboil-0_3_12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2007 16:17:34 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liboil.spec -> 1.30

liboil.spec

index 5bb1dcd09f9439c67706ab14133473998e60842e..76e1be275cf8c37043af92d82a599dda72a641cd 100644 (file)
@@ -26,7 +26,9 @@ BuildRequires:        pkgconfig
 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
 
This page took 0.085233 seconds and 4 git commands to generate.