From 237c680589a79b8c4974a1e529bdd34c285eb250 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 13 May 2013 11:58:54 +0200 Subject: update to eglibc 2.17 --- toolchain/eglibc/patches/gcc-linker.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 toolchain/eglibc/patches/gcc-linker.patch (limited to 'toolchain/eglibc/patches') diff --git a/toolchain/eglibc/patches/gcc-linker.patch b/toolchain/eglibc/patches/gcc-linker.patch deleted file mode 100644 index 4944066dc..000000000 --- a/toolchain/eglibc/patches/gcc-linker.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur eglibc-2.16.orig/libc/Makeconfig eglibc-2.16/libc/Makeconfig ---- eglibc-2.16.orig/libc/Makeconfig 2012-07-31 09:00:21.000000000 +0200 -+++ eglibc-2.16/libc/Makeconfig 2012-08-30 13:01:34.000000000 +0200 -@@ -521,9 +521,9 @@ - else - libunwind = -lunwind - endif --libgcc_eh := -Wl,--as-needed -lgcc_s $(libunwind) -Wl,--no-as-needed -+libgcc_eh := -Wl,--as-needed $(libunwind) -Wl,--no-as-needed - gnulib := -lgcc $(libgcc_eh) --static-gnulib := -lgcc -lgcc_eh $(libunwind) -+static-gnulib := -lgcc $(libunwind) - libc.so-gnulib := -lgcc - endif - +preinit = $(addprefix $(csu-objpfx),crti.o) -- cgit v1.2.3