]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- upstream removed omitfp
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 1 Jul 2012 07:43:33 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-no_debuggable_objects.patch -> 1.2
    glibc-no_opt_override.patch -> 1.3
    glibc.spec -> 1.966

glibc-no_debuggable_objects.patch [deleted file]
glibc-no_opt_override.patch [deleted file]
glibc.spec

diff --git a/glibc-no_debuggable_objects.patch b/glibc-no_debuggable_objects.patch
deleted file mode 100644 (file)
index 368b062..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- glibc-2.5/Makeconfig.orig  2007-02-14 08:43:34.000000000 +0000
-+++ glibc-2.5/Makeconfig       2007-02-14 14:17:07.824692250 +0000
-@@ -693,7 +693,7 @@
- # The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX})
- # to pass different flags for each flavor.
- libtypes = $(foreach o,$(object-suffixes-for-libc),$(libtype$o))
--all-object-suffixes := .o .os .op .og .ob .oS
-+all-object-suffixes := .o .os .op .ob .oS
- object-suffixes :=
- CPPFLAGS-.o = $(pic-default)
- CFLAGS-.o = $(filter %frame-pointer,$(+cflags))
-@@ -723,14 +723,9 @@
- endif
- ifeq (yes,$(build-omitfp))
- # Under --enable-omitfp, we build the library optimized without
--# debugging information using -fomit-frame-pointer, and build an extra
--# library with debugging information.  The debuggable objects are named foo.og.
--object-suffixes += .og
--CPPFLAGS-.og = $(pic-default)
--CFLAGS-.og = -g
-+# debugging information using -fomit-frame-pointer.
- CFLAGS-.o = $(filter %frame-pointer,$(+cflags)) -fomit-frame-pointer -D__USE_STRING_INLINES
- CFLAGS-.os += -fomit-frame-pointer -D__USE_STRING_INLINES
--libtype.og = lib%_g.a
- endif
- bppfx = BP-
diff --git a/glibc-no_opt_override.patch b/glibc-no_opt_override.patch
deleted file mode 100644 (file)
index 0528053..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- glibc-2.3.2/Makeconfig.orig        Mon Jan  6 06:31:36 2003
-+++ glibc-2.3.2/Makeconfig     Fri May  9 10:05:02 2003
-@@ -691,8 +691,8 @@
- object-suffixes += .og
- CPPFLAGS-.og = $(pic-default)
- CFLAGS-.og = -g
--CFLAGS-.o = $(filter %frame-pointer,$(+cflags)) -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES
--CFLAGS-.os += -g0 -O99 -fomit-frame-pointer -D__USE_STRING_INLINES
-+CFLAGS-.o = $(filter %frame-pointer,$(+cflags)) -fomit-frame-pointer -D__USE_STRING_INLINES
-+CFLAGS-.os += -fomit-frame-pointer -D__USE_STRING_INLINES
- libtype.og = lib%_g.a
- endif
index be3d1864823273e495820392e41901994bdf80a8..73019100643244af916db5572ccca9f898a55925 100644 (file)
@@ -59,11 +59,11 @@ Patch3:             %{name}-crypt-blowfish.patch
 Patch4:                %{name}-sotruss-sh.patch
 Patch5:                %{name}-sparc-softfp-gcc.patch
 Patch6:                %{name}-paths.patch
-Patch7:                %{name}-no_opt_override.patch
+
 Patch8:                %{name}-missing-nls.patch
 Patch9:                %{name}-java-libc-wait.patch
 Patch10:       %{name}-info.patch
-Patch11:       %{name}-no_debuggable_objects.patch
+
 Patch12:       %{name}-rh-bug-769421.patch
 Patch14:       %{name}-sparc-errno_fix.patch
 Patch15:       %{name}-new-charsets.patch
@@ -920,13 +920,11 @@ mv %{name}-ports-%{ports_version} ports
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-# OBSOLETE?
-#%patch7 -p1
+
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
-# CHECK, POSSIBLY UPDATE
-#%patch11 -p1
+
 # CHECK, LIKELY OBSOLETE
 #%patch12 -p1
 %patch14 -p0
@@ -996,7 +994,6 @@ AWK="gawk" \
 ../%configure \
        --with-binutils=$(pwd)/alt-tools \
        --enable-kernel="%{min_kernel}" \
-       --enable-omitfp \
        --with-headers=%{_includedir} \
        --with%{!?with_selinux:out}-selinux \
        --with-tls \
This page took 0.47018 seconds and 4 git commands to generate.