aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.0.3/120-libstdc++-pic.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-29 00:10:06 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-29 00:10:06 +0100
commitde8f2cea32f14099cf756cbef40d312ffd1894a8 (patch)
treeaf4f9ce5798909cfa1eadec07390425937e3886a /patches/gcc/4.0.3/120-libstdc++-pic.patch
parent06cb0b6ddbbb2f9275b3a71eda3f2ffeff929d90 (diff)
parent5b0242a30c12e4ce1366788126cea866b21abeba (diff)
downloadcrosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.tar.gz
crosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.tar.bz2
crosstool-ng-de8f2cea32f14099cf756cbef40d312ffd1894a8.zip
Merge.
Diffstat (limited to 'patches/gcc/4.0.3/120-libstdc++-pic.patch')
-rw-r--r--patches/gcc/4.0.3/120-libstdc++-pic.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/patches/gcc/4.0.3/120-libstdc++-pic.patch b/patches/gcc/4.0.3/120-libstdc++-pic.patch
deleted file mode 100644
index a9d6e718..00000000
--- a/patches/gcc/4.0.3/120-libstdc++-pic.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- gcc-4.0.0/libstdc++-v3/src/Makefile.am
-+++ gcc-4.0.0/libstdc++-v3/src/Makefile.am
-@@ -214,6 +214,10 @@
- $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
-
-
-+install-exec-local:
-+ $(AR) cru libstdc++_pic.a *.o $(top_builddir)/libsupc++/*.o
-+ $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
-+
- # Added bits to build debug library.
- if GLIBCXX_BUILD_DEBUG
- all-local: build_debug
---- gcc-4.0.0/libstdc++-v3/src/Makefile.in
-+++ gcc-4.0.0/libstdc++-v3/src/Makefile.in
-@@ -625,7 +625,7 @@
-
- install-data-am: install-data-local
-
--install-exec-am: install-toolexeclibLTLIBRARIES
-+install-exec-am: install-toolexeclibLTLIBRARIES install-exec-local
-
- install-info: install-info-am
-
-@@ -664,7 +664,7 @@
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
- tags uninstall uninstall-am uninstall-info-am \
-- uninstall-toolexeclibLTLIBRARIES
-+ uninstall-toolexeclibLTLIBRARIES install-exec-local
-
- @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@libstdc++-symbol.ver: ${glibcxx_srcdir}/$(SYMVER_MAP)
- @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ cp ${glibcxx_srcdir}/$(SYMVER_MAP) ./libstdc++-symbol.ver
-@@ -743,6 +743,11 @@
- install_debug:
- (cd ${debugdir} && $(MAKE) \
- toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
-+
-+install-exec-local:
-+ $(AR) cru libstdc++_pic.a *.o $(top_builddir)/libsupc++/*.o
-+ $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
-+
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: