SPECS (DEVEL): glibc.spec - always omit frame pointers (not needed...

pluto pluto at pld-linux.org
Mon May 1 11:32:41 CEST 2006


Author: pluto                        Date: Mon May  1 09:32:41 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- always omit frame pointers (not needed any more due to var-tracking).

---- Files affected:
SPECS:
   glibc.spec (1.590.2.38 -> 1.590.2.39) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.590.2.38 SPECS/glibc.spec:1.590.2.39
--- SPECS/glibc.spec:1.590.2.38	Mon Mar 13 22:32:28 2006
+++ SPECS/glibc.spec	Mon May  1 11:32:35 2006
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with	omitfp		# build without frame pointer (pass \--enable-omitfp)
 %bcond_without	selinux		# without SELinux support (in nscd)
 %bcond_with	tests		# perform "make test"
 %bcond_without	localedb	# don't build localedb-all (is time consuming)
@@ -847,7 +846,7 @@
 AWK="gawk" \
 ../%configure \
 	--enable-kernel="2.6.0" \
-	--%{?with_omitfp:en}%{!?with_omitfp:dis}able-omitfp \
+	--enable-omitfp \
 	--with-headers=%{_includedir} \
 	--with%{!?with_selinux:out}-selinux \
 	--with-tls \
@@ -1426,6 +1425,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.590.2.39  2006/05/01 09:32:35  pluto
+- always omit frame pointers (not needed any more due to var-tracking).
+
 Revision 1.590.2.38  2006/03/13 21:32:28  pluto
 - builds on sparc32 too.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/glibc.spec?r1=1.590.2.38&r2=1.590.2.39&f=u



More information about the pld-cvs-commit mailing list