SPECS: glibc.spec - disabled ppc-include-mathinline patch (only fo...

qboosh qboosh at pld-linux.org
Wed Nov 1 19:23:08 CET 2006


Author: qboosh                       Date: Wed Nov  1 18:23:08 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disabled ppc-include-mathinline patch (only for -Os, not doing things in the right way)

---- Files affected:
SPECS:
   glibc.spec (1.661 -> 1.662) 

---- Diffs:

================================================================
Index: SPECS/glibc.spec
diff -u SPECS/glibc.spec:1.661 SPECS/glibc.spec:1.662
--- SPECS/glibc.spec:1.661	Wed Nov  1 18:10:34 2006
+++ SPECS/glibc.spec	Wed Nov  1 19:23:03 2006
@@ -77,6 +77,10 @@
 
 Patch11:	%{name}-no_opt_override.patch
 Patch12:	%{name}-includes.patch
+# disabled: it was here to unbreak -Os compilation on ppc, but it enforces
+# __USE_EXTERN_INLINES, which shouldn't be used with -Os; proper solution
+# would be to move __CPU_HAS_FSQRT defines from mathinline.h to some more
+# general (but still ppc-specific) file
 Patch13:	%{name}-ppc-include-mathinline.patch
 Patch14:	%{name}-sparc-errno_fix.patch
 
@@ -840,7 +844,7 @@
 
 %patch11 -p1
 %patch12 -p1
-%patch13 -p1
+#%patch13 -p1
 %patch14 -p0
 
 %patch17 -p1
@@ -1459,6 +1463,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.662  2006/11/01 18:23:03  qboosh
+- disabled ppc-include-mathinline patch (only for -Os, not doing things in the right way)
+
 Revision 1.661  2006/11/01 17:10:34  qboosh
 - updated morelocales patch to include sr_ME,sr_RS,sr_RS at Latn locales
 
================================================================

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



More information about the pld-cvs-commit mailing list