summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-28 22:40:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-28 22:40:31 +0000
commit62ca8ae77742fb33ada33ff3f97888d3eb9f187a (patch)
tree04d1cdca52a9613a697209d0786d50383cc5bf63 /toolchain
parentdfabb768835e43dd935cb3051d66a916013a5b16 (diff)
downloadmtk-20170518-62ca8ae77742fb33ada33ff3f97888d3eb9f187a.zip
mtk-20170518-62ca8ae77742fb33ada33ff3f97888d3eb9f187a.tar.gz
mtk-20170518-62ca8ae77742fb33ada33ff3f97888d3eb9f187a.tar.bz2
gcc: define USE_PT_GNU_EH_FRAME for musl as well, reduces binary object size
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40874
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/patches/4.8-linaro/860-uclibc_use_eh_frame.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/gcc/patches/4.8-linaro/860-uclibc_use_eh_frame.patch b/toolchain/gcc/patches/4.8-linaro/860-uclibc_use_eh_frame.patch
index 0464bd7..637803e 100644
--- a/toolchain/gcc/patches/4.8-linaro/860-uclibc_use_eh_frame.patch
+++ b/toolchain/gcc/patches/4.8-linaro/860-uclibc_use_eh_frame.patch
@@ -1,6 +1,6 @@
--- a/libgcc/crtstuff.c
+++ b/libgcc/crtstuff.c
-@@ -100,15 +100,20 @@ call_ ## FUNC (void) \
+@@ -100,15 +100,22 @@ call_ ## FUNC (void) \
#if defined(OBJECT_FORMAT_ELF) \
&& !defined(OBJECT_FORMAT_FLAT) \
&& defined(HAVE_LD_EH_FRAME_HDR) \
@@ -24,6 +24,8 @@
+ || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 2 && defined(DT_CONFIG)))
+# define USE_PT_GNU_EH_FRAME
+# endif
++# else
++# define USE_PT_GNU_EH_FRAME
# endif
#endif