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; --- .../2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 patches/glibc/2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch (limited to 'patches/glibc/2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch') diff --git a/patches/glibc/2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch b/patches/glibc/2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch deleted file mode 100644 index c54d7a22..00000000 --- a/patches/glibc/2.1.3/glibc-2.1.3-allow-gcc-3.4-sunrpc.patch +++ /dev/null @@ -1,33 +0,0 @@ -Fixes gcc-3.4.0 compilation errors - -rpc_hout.c: In function `print_funcdef': -rpc_hout.c:140: error: label at end of compound statement -make[2]: *** [/home/dank/wk/crosstool-0.28-rc4h/build/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.1.3/build-glibc/sunrpc/rpc_hout.o] Error 1 -make[2]: Leaving directory `/home/dank/wk/crosstool-0.28-rc4h/build/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.1.3/glibc-2.1.3/sunrpc' - -rpc_cout.c: In function `emit_inline': -rpc_cout.c:743: error: label at end of compound statement -... - ---- glibc-2.1.3/sunrpc/rpc_hout.c.old Sun Apr 11 22:06:26 2004 -+++ glibc-2.1.3/sunrpc/rpc_hout.c Sun Apr 11 22:06:42 2004 -@@ -136,7 +136,7 @@ - pprogramdef (def); - break; - default: -- /* ?... shouldn't happen I guess */ -+ ; /* ?... shouldn't happen I guess */ - } - } - ---- glibc-2.1.3/sunrpc/rpc_cout.c.old Sun Apr 11 22:10:39 2004 -+++ glibc-2.1.3/sunrpc/rpc_cout.c Sun Apr 11 22:10:53 2004 -@@ -739,7 +739,7 @@ - f_print (fout, "}\n"); - break; - default: -- /* ?... do nothing I guess */ -+ ; /* ?... do nothing I guess */ - } - } - -- cgit v1.2.3