summaryrefslogtreecommitdiff
path: root/toolchain/glibc/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-09-28 20:21:57 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-09-28 20:21:57 +0200
commit67559b6217c02f65e4bee40b11248f05074b8734 (patch)
tree9a03295b5fc0e34679c7840fcaa21f4e48ad0188 /toolchain/glibc/patches
parent580a519f91c726c94cf2098a15473ad47d8ffdc7 (diff)
update gcc to latest upstream version
Diffstat (limited to 'toolchain/glibc/patches')
-rw-r--r--toolchain/glibc/patches/gcc_eh.patch9
1 files changed, 6 insertions, 3 deletions
diff --git a/toolchain/glibc/patches/gcc_eh.patch b/toolchain/glibc/patches/gcc_eh.patch
index 46f3c784a..8c5f2a0bd 100644
--- a/toolchain/glibc/patches/gcc_eh.patch
+++ b/toolchain/glibc/patches/gcc_eh.patch
@@ -1,9 +1,12 @@
diff -Nur glibc-2.16.0.orig/Makeconfig glibc-2.16.0/Makeconfig
--- glibc-2.16.0.orig/Makeconfig 2012-06-30 21:12:34.000000000 +0200
-+++ glibc-2.16.0/Makeconfig 2012-08-02 10:18:56.000000000 +0200
-@@ -521,9 +521,9 @@
++++ glibc-2.16.0/Makeconfig 2012-09-28 20:11:14.000000000 +0200
+@@ -519,11 +519,11 @@
+ ifneq ($(have-cc-with-libunwind),yes)
+ libunwind =
else
- libunwind = -lunwind
+- libunwind = -lunwind
++ libunwind =
endif
-libgcc_eh := -Wl,--as-needed -lgcc_s $(libunwind) -Wl,--no-as-needed
+libgcc_eh := -Wl,--as-needed $(libunwind) -Wl,--no-as-needed