From affb66c2c61163f3a88f2ddaf346d660537e085a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 20 Sep 2010 18:00:05 +0000 Subject: gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain now, please test! SVN-Revision: 23101 --- toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch') diff --git a/toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch b/toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch index 18386dfd42..97a47c0bcb 100644 --- a/toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch +++ b/toolchain/gcc/patches/4.4.1+cs/820-libgcc_pic.patch @@ -1,6 +1,6 @@ --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in -@@ -729,11 +729,12 @@ $(libgcov-objects): %$(objext): $(gcc_sr +@@ -735,11 +735,12 @@ # Static libraries. libgcc.a: $(libgcc-objects) @@ -14,7 +14,7 @@ -rm -f $@ objects="$(objects)"; \ -@@ -755,7 +756,7 @@ libgcc_s$(SHLIB_EXT): libunwind$(SHLIB_E +@@ -761,7 +762,7 @@ endif ifeq ($(enable_shared),yes) @@ -23,7 +23,7 @@ ifneq ($(LIBUNWIND),) all: libunwind$(SHLIB_EXT) endif -@@ -928,6 +929,10 @@ install-shared: +@@ -934,6 +935,10 @@ chmod 644 $(DESTDIR)$(inst_libdir)/libgcc_eh.a $(RANLIB) $(DESTDIR)$(inst_libdir)/libgcc_eh.a -- cgit v1.2.3