b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | commit 64661de100da1ec1061ef3e5e400285dce115e6b |
| 2 | Author: Felix Fietkau <nbd@openwrt.org> |
| 3 | Date: Sun May 10 13:16:35 2015 +0000 |
| 4 | |
| 5 | gcc: add some size optimization patches |
| 6 | |
| 7 | Signed-off-by: Felix Fietkau <nbd@openwrt.org> |
| 8 | |
| 9 | SVN-Revision: 45664 |
| 10 | |
| 11 | --- a/libgcc/config/t-libunwind |
| 12 | +++ b/libgcc/config/t-libunwind |
| 13 | @@ -2,8 +2,7 @@ |
| 14 | |
| 15 | HOST_LIBGCC2_CFLAGS += -DUSE_GAS_SYMVER |
| 16 | |
| 17 | -LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c \ |
| 18 | - $(srcdir)/unwind-compat.c $(srcdir)/unwind-dw2-fde-compat.c |
| 19 | +LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c |
| 20 | LIB2ADDEHSTATIC = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c |
| 21 | |
| 22 | # Override the default value from t-slibgcc-elf-ver and mention -lunwind |