diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 13:16:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-10 13:16:35 +0000 |
commit | 0a1daff4f2255e8444e0deedd5ce55aa42e79c76 (patch) | |
tree | 150683b559e1de19aa7b8afbbcd88ff0036fa26c /toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch | |
parent | 11551d3e653cba1728517bc58b216d29a55b17e0 (diff) | |
download | master-187ad058-0a1daff4f2255e8444e0deedd5ce55aa42e79c76.tar.gz master-187ad058-0a1daff4f2255e8444e0deedd5ce55aa42e79c76.tar.bz2 master-187ad058-0a1daff4f2255e8444e0deedd5ce55aa42e79c76.zip |
gcc: add some size optimization patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45664 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch')
-rw-r--r-- | toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch b/toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch new file mode 100644 index 0000000000..80c3476841 --- /dev/null +++ b/toolchain/gcc/patches/4.9-linaro/851-libgcc_no_compat.patch @@ -0,0 +1,12 @@ +--- a/libgcc/config/t-libunwind ++++ b/libgcc/config/t-libunwind +@@ -2,8 +2,7 @@ + + HOST_LIBGCC2_CFLAGS += -DUSE_GAS_SYMVER + +-LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c \ +- $(srcdir)/unwind-compat.c $(srcdir)/unwind-dw2-fde-compat.c ++LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c + LIB2ADDEHSTATIC = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c + + # Override the default value from t-slibgcc-elf-ver and mention -lunwind |