From a8c14536161a7f62f06beb5928acfd78691bef78 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 26 Apr 2011 12:50:25 +0200 Subject: make arm/mips architectures more configurable in a simpler way --- toolchain/eglibc/patches/gcc_eh.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 toolchain/eglibc/patches/gcc_eh.patch (limited to 'toolchain/eglibc') diff --git a/toolchain/eglibc/patches/gcc_eh.patch b/toolchain/eglibc/patches/gcc_eh.patch deleted file mode 100644 index 1635a7d66..000000000 --- a/toolchain/eglibc/patches/gcc_eh.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nur eglibc-2.10.orig/libc/Makeconfig eglibc-2.10/libc/Makeconfig ---- eglibc-2.10.orig/libc/Makeconfig 2009-08-13 13:26:57.000000000 +0200 -+++ eglibc-2.10/libc/Makeconfig 2009-08-18 23:03:50.000000000 +0200 -@@ -538,12 +538,12 @@ - libunwind = -lunwind - endif - ifneq ($(have-as-needed),yes) -- libgcc_eh := -lgcc_eh $(libunwind) -+ libgcc_eh := $(libunwind) - else - libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed - endif - gnulib := -lgcc $(libgcc_eh) --static-gnulib := -lgcc -lgcc_eh $(libunwind) -+static-gnulib := -lgcc $(libunwind) - libc.so-gnulib := -lgcc - endif - ifeq ($(elf),yes) -- cgit v1.2.3