mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
Deleted (upstreamed): 020-Include-safe-ctype.h-after-C-standard-headers-to-avo.patch [1] 021-libcc1-fix-vector-include.patch [2] All other patches automatically rebased. [1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9970b576b7e4ae337af1268395ff221348c4b34a [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5213047b1d50af63dfabb5e5649821a6cb157e33 Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
23 lines
704 B
Diff
23 lines
704 B
Diff
commit 64661de100da1ec1061ef3e5e400285dce115e6b
|
|
Author: Felix Fietkau <nbd@openwrt.org>
|
|
Date: Sun May 10 13:16:35 2015 +0000
|
|
|
|
gcc: add some size optimization patches
|
|
|
|
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
|
|
|
SVN-Revision: 45664
|
|
|
|
--- 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
|