From 6c368af5b4e68c05c8774ea5795b708aca9d0d66 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 14 Aug 2007 20:11:44 +0000 Subject: Do a clean-up pass on the OBSOLETE features (versions): - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt; --- patches/glibc/2.2.2/tst-pathopt-cross.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 patches/glibc/2.2.2/tst-pathopt-cross.patch (limited to 'patches/glibc/2.2.2/tst-pathopt-cross.patch') diff --git a/patches/glibc/2.2.2/tst-pathopt-cross.patch b/patches/glibc/2.2.2/tst-pathopt-cross.patch deleted file mode 100644 index f64d673c..00000000 --- a/patches/glibc/2.2.2/tst-pathopt-cross.patch +++ /dev/null @@ -1,23 +0,0 @@ -Fixes error -tst-pathopt.sh: /crosstool-0.20/build/powerpc-750-linux-gnu/gcc-2.95.3-glibc-2.2.2/build-glibc/elf/ld.so: cannot execute binary file -make[2]: *** [/crosstool-0.20/build/powerpc-750-linux-gnu/gcc-2.95.3-glibc-2.2.2/build-glibc/elf/tst-pathopt.out] Error 126 -See also http://sources.redhat.com/ml/libc-alpha/2001-03/msg00113.html - -=================================================================== -RCS file: /cvs/glibc/libc/elf/Makefile,v -retrieving revision 1.196 -retrieving revision 1.197 -diff -u -r1.196 -r1.197 ---- libc/elf/Makefile 2001/03/16 07:29:45 1.196 -+++ libc/elf/Makefile 2001/03/25 04:57:51 1.197 -@@ -246,8 +246,10 @@ - generated += $(addsuffix .so,$(strip $(modules-names))) - - ifeq (yes,$(build-shared)) -+ifeq ($(cross-compiling),no) - tests: $(objpfx)tst-pathopt.out - endif -+endif - - $(objpfx)testobj1.so: $(libdl) - $(objpfx)testobj1_1.so: $(objpfx)testobj1.so $(libdl) -- cgit v1.2.3