[backfire] toolchain: fix gcc 3.4.6 (brcm-2.4) after relocation from usr/, refresh...
[openwrt-10.03/.git] / toolchain / gcc / patches / 4.2.4 / 300-libstdc++-pic.patch
1 # DP: Build and install libstdc++_pic.a library.
2
3 Index: gcc-4.2.3/libstdc++-v3/src/Makefile.am
4 ===================================================================
5 --- gcc-4.2.3.orig/libstdc++-v3/src/Makefile.am 2006-07-28 06:57:34.000000000 +0200
6 +++ gcc-4.2.3/libstdc++-v3/src/Makefile.am      2008-05-21 13:45:47.465287535 +0200
7 @@ -257,6 +257,12 @@
8           $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LTLDFLAGS) -o $@
9  
10  
11 +install-exec-local:
12 +ifeq ($(enable_shared),yes)
13 +       $(AR) cru libstdc++_pic.a .libs/*.o $(top_builddir)/libsupc++/*.o
14 +       $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
15 +endif
16 +
17  # Added bits to build debug library.
18  if GLIBCXX_BUILD_DEBUG
19  all-local: build_debug
20 Index: gcc-4.2.3/libstdc++-v3/src/Makefile.in
21 ===================================================================
22 --- gcc-4.2.3.orig/libstdc++-v3/src/Makefile.in 2006-10-16 21:08:22.000000000 +0200
23 +++ gcc-4.2.3/libstdc++-v3/src/Makefile.in      2008-05-21 13:45:47.465287535 +0200
24 @@ -657,7 +657,7 @@
25  
26  install-data-am: install-data-local
27  
28 -install-exec-am: install-toolexeclibLTLIBRARIES
29 +install-exec-am: install-toolexeclibLTLIBRARIES install-exec-local
30  
31  install-info: install-info-am
32  
33 @@ -690,6 +690,7 @@
34         distclean-libtool distclean-tags distdir dvi dvi-am html \
35         html-am info info-am install install-am install-data \
36         install-data-am install-data-local install-exec \
37 +       install-exec-local \
38         install-exec-am install-info install-info-am install-man \
39         install-strip install-toolexeclibLTLIBRARIES installcheck \
40         installcheck-am installdirs maintainer-clean \
41 @@ -799,6 +800,13 @@
42  install_debug:
43         (cd ${debugdir} && $(MAKE) \
44         toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
45 +
46 +install-exec-local:
47 +ifeq ($(enable_shared),yes)
48 +       $(AR) cru libstdc++_pic.a *.o $(top_builddir)/libsupc++/*.o
49 +       $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
50 +endif
51 +
52  # Tell versions [3.59,3.63) of GNU make to not export all variables.
53  # Otherwise a system limit (for SysV at least) may be exceeded.
54  .NOEXPORT: