summaryrefslogtreecommitdiffstats
path: root/patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch')
-rw-r--r--patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch41
1 files changed, 33 insertions, 8 deletions
diff --git a/patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch b/patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch
index 560bcb2..e4dd4f1 100644
--- a/patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch
+++ b/patches/gcc-4.1.2/generic/uclibc-300-libstdc++-pic.patch
@@ -1,8 +1,31 @@
+From: svn://uclibc.org/trunk/buildroot/toolchain/gcc/4.1.2/300-libstdc++-pic.patch
+
+Path: 300-libstdc++-pic.patch
+Name: 300-libstdc++-pic.patch
+URL: svn://uclibc.org/trunk/buildroot/toolchain/gcc/4.1.2/300-libstdc++-pic.patch
+Repository Root: svn://uclibc.org
+Repository UUID: 69ca8d6d-28ef-0310-b511-8ec308f3f277
+Revision: 21884
+Node Kind: file
+Schedule: normal
+Last Changed Author: vapier
+Last Changed Rev: 15469
+Last Changed Date: 2006-06-21 21:46:28 +0200 (Wed, 21 Jun 2006)
+Text Last Updated: 2008-03-27 14:45:05 +0100 (Thu, 27 Mar 2008)
+Checksum: b9631f049a0f8b926e04108e2779e3a1
+
# DP: Build and install libstdc++_pic.a library.
---- gcc/libstdc++-v3/src/Makefile.am
-+++ gcc/libstdc++-v3/src/Makefile.am
-@@ -214,6 +214,12 @@
+---
+ libstdc++-v3/src/Makefile.am | 6 ++++++
+ libstdc++-v3/src/Makefile.in | 10 +++++++++-
+ 2 files changed, 15 insertions(+), 1 deletion(-)
+
+Index: gcc-4.1.2/libstdc++-v3/src/Makefile.am
+===================================================================
+--- gcc-4.1.2.orig/libstdc++-v3/src/Makefile.am
++++ gcc-4.1.2/libstdc++-v3/src/Makefile.am
+@@ -234,6 +234,12 @@ CXXLINK = $(LIBTOOL) --tag CXX --mode=li
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
@@ -15,9 +38,11 @@
# Added bits to build debug library.
if GLIBCXX_BUILD_DEBUG
all-local: build_debug
---- gcc/libstdc++-v3/src/Makefile.in
-+++ gcc/libstdc++-v3/src/Makefile.in
-@@ -627,7 +627,7 @@
+Index: gcc-4.1.2/libstdc++-v3/src/Makefile.in
+===================================================================
+--- gcc-4.1.2.orig/libstdc++-v3/src/Makefile.in
++++ gcc-4.1.2/libstdc++-v3/src/Makefile.in
+@@ -627,7 +627,7 @@ info-am:
install-data-am: install-data-local
@@ -26,7 +51,7 @@
install-info: install-info-am
-@@ -660,6 +660,7 @@
+@@ -660,6 +660,7 @@ uninstall-am: uninstall-info-am uninstal
distclean-libtool distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-data-local install-exec \
@@ -34,7 +59,7 @@
install-exec-am install-info install-info-am install-man \
install-strip install-toolexeclibLTLIBRARIES installcheck \
installcheck-am installdirs maintainer-clean \
-@@ -743,6 +743,13 @@
+@@ -760,6 +761,13 @@ build_debug: stamp-debug
install_debug:
(cd ${debugdir} && $(MAKE) \
toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)