summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/patches/gcc_eh.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-26 13:04:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-26 13:04:43 +0200
commitd2f923e9f834cf75f5db8f9169e023054114abe7 (patch)
treebdb7d626e01c30f11398bdd5071a27050d36edca /toolchain/eglibc/patches/gcc_eh.patch
parent25da8db58f2503dc08da07a5f11270691a6baa24 (diff)
parente0cff236a7b5f42dd5f9ba337841d7f3a4f15bb3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/eglibc/patches/gcc_eh.patch')
-rw-r--r--toolchain/eglibc/patches/gcc_eh.patch18
1 files changed, 0 insertions, 18 deletions
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)