aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.1.2/300-libstdc++-pic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc/4.1.2/300-libstdc++-pic.patch')
-rw-r--r--patches/gcc/4.1.2/300-libstdc++-pic.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/patches/gcc/4.1.2/300-libstdc++-pic.patch b/patches/gcc/4.1.2/300-libstdc++-pic.patch
index 560bcb23..82be8a66 100644
--- a/patches/gcc/4.1.2/300-libstdc++-pic.patch
+++ b/patches/gcc/4.1.2/300-libstdc++-pic.patch
@@ -1,8 +1,6 @@
-# DP: Build and install libstdc++_pic.a library.
-
---- gcc/libstdc++-v3/src/Makefile.am
-+++ gcc/libstdc++-v3/src/Makefile.am
-@@ -214,6 +214,12 @@
+--- gcc-4.1.2.orig/libstdc++-v3/src/Makefile.am 2006-01-10 05:01:00.000000000 +0100
++++ gcc-4.1.2/libstdc++-v3/src/Makefile.am 2007-03-04 23:32:40.000000000 +0100
+@@ -234,6 +234,12 @@
$(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
@@ -15,8 +13,8 @@
# 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
+--- gcc-4.1.2.orig/libstdc++-v3/src/Makefile.in 2006-01-10 18:14:00.000000000 +0100
++++ gcc-4.1.2/libstdc++-v3/src/Makefile.in 2007-03-04 23:32:40.000000000 +0100
@@ -627,7 +627,7 @@
install-data-am: install-data-local
@@ -34,7 +32,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 @@
install_debug:
(cd ${debugdir} && $(MAKE) \
toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)