diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-02-26 16:39:54 +0000 |
commit | 2935823a42634ddf9e78655436f5635125965283 (patch) | |
tree | 3c6326784e149577077d8829a3b1f88d554cd6d5 /toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch | |
parent | 098bd91f5eae625c7d2ee621e10930fc4434e5e2 (diff) | |
download | upstream-2935823a42634ddf9e78655436f5635125965283.tar.gz upstream-2935823a42634ddf9e78655436f5635125965283.tar.bz2 upstream-2935823a42634ddf9e78655436f5635125965283.zip |
toolchain/gcc: refresh patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35808
Diffstat (limited to 'toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch')
-rw-r--r-- | toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch b/toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch index 187e6bf11d..a3d6a23791 100644 --- a/toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch +++ b/toolchain/gcc/patches/4.7-linaro/820-libgcc_pic.patch @@ -1,6 +1,6 @@ --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in -@@ -862,11 +862,12 @@ $(libgcov-objects): %$(objext): $(srcdir +@@ -866,11 +866,12 @@ $(libgcov-objects): %$(objext): $(srcdir # Static libraries. libgcc.a: $(libgcc-objects) @@ -14,7 +14,7 @@ -rm -f $@ objects="$(objects)"; \ -@@ -888,7 +889,7 @@ libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_E +@@ -892,7 +893,7 @@ libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_E endif ifeq ($(enable_shared),yes) @@ -23,7 +23,7 @@ ifneq ($(LIBUNWIND),) all: libunwind$(SHLIB_EXT) endif -@@ -1043,6 +1044,10 @@ install-shared: +@@ -1059,6 +1060,10 @@ install-shared: chmod 644 $(DESTDIR)$(inst_libdir)/libgcc_eh.a $(RANLIB) $(DESTDIR)$(inst_libdir)/libgcc_eh.a |