diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-13 05:50:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-13 05:50:37 +0000 |
commit | ff6ca6a7107fd884fcb2e5292dfcaaa0b432aafc (patch) | |
tree | b3fd175ea8cdd0272f3556889187bfb107d4b567 /toolchain/gcc/4.2.0/300-libstdc++-pic.patch | |
parent | 7528aaa923b78deaf5727c22d6b114bd1f2e6929 (diff) | |
download | buildroot-novena-ff6ca6a7107fd884fcb2e5292dfcaaa0b432aafc.tar.gz buildroot-novena-ff6ca6a7107fd884fcb2e5292dfcaaa0b432aafc.zip |
since 4.2.0 isnt actually out, rename patchdir to match new snapshot support
Diffstat (limited to 'toolchain/gcc/4.2.0/300-libstdc++-pic.patch')
-rw-r--r-- | toolchain/gcc/4.2.0/300-libstdc++-pic.patch | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/toolchain/gcc/4.2.0/300-libstdc++-pic.patch b/toolchain/gcc/4.2.0/300-libstdc++-pic.patch deleted file mode 100644 index 89d03a85e..000000000 --- a/toolchain/gcc/4.2.0/300-libstdc++-pic.patch +++ /dev/null @@ -1,46 +0,0 @@ -# DP: Build and install libstdc++_pic.a library. - ---- gcc-4.1.0/libstdc++-v3/src/Makefile.am 2004-11-15 17:33:05.000000000 -0600 -+++ gcc-4.1.0-patched/libstdc++-v3/src/Makefile.am 2005-04-25 20:05:59.186930896 -0500 -@@ -214,6 +214,10 @@ - $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@ - - -+install-exec-local: -+ $(AR) cru libstdc++_pic.a .libs/*.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.1.0/libstdc++-v3/src/Makefile.in 2005-04-11 19:13:08.000000000 -0500 -+++ gcc-4.1.0-patched/libstdc++-v3/src/Makefile.in 2005-04-25 20:12:33.284316275 -0500 -@@ -627,7 +627,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 - -@@ -660,6 +660,7 @@ - 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 \ -+ install-exec-local \ - install-exec-am install-info install-info-am install-man \ - install-strip install-toolexeclibLTLIBRARIES installcheck \ - installcheck-am installdirs maintainer-clean \ -@@ -745,6 +746,11 @@ - install_debug: - (cd ${debugdir} && $(MAKE) \ - toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install) -+ -+install-exec-local: -+ $(AR) cru libstdc++_pic.a .libs/*.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: |