Magellan Linux

Annotation of /trunk/gcc/gcc-3.4.3-uclibc_libstdc++-1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (hide annotations) (download)
Thu Oct 13 15:22:09 2005 UTC (18 years, 7 months ago) by niro
File size: 2120 byte(s)
added all old gcc patches

1 niro 41 Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)
2     Date: 2004-11-14
3     Initial Package Version: 3.4.3
4     Upstream Status: Not submitted - Hack
5     ORIGIN: http://www.uclibc.org/cgi-bin/cvsweb/buildroot/toolchain/\
6     gcc/3.4.2/300-libstdc++-pic.patch
7     Description: This installs libstdc++_pic.a for uclibc.
8    
9     Also see:
10     http://www.linuxfromscratch.org/hlfs/
11     http://www.uclibc.org/
12    
13     # DP: Build and install libstdc++_pic.a library.
14    
15     --- gcc/libstdc++-v3/src/Makefile.am~ 2003-02-28 09:21:05.000000000 +0100
16     +++ gcc/libstdc++-v3/src/Makefile.am 2003-02-28 09:28:50.000000000 +0100
17     @@ -224,6 +224,10 @@
18     @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
19    
20    
21     +install-exec-local:
22     + $(AR) cru libstdc++_pic.a .libs/*.o $(top_builddir)/libsupc++/*.o
23     + $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
24     +
25     # Added bits to build debug library.
26     if GLIBCPP_BUILD_DEBUG
27     all-local: build_debug
28    
29     --- gcc/libstdc++-v3/src/Makefile.in~ 2004-02-21 09:55:48.000000000 +0100
30     +++ gcc/libstdc++-v3/src/Makefile.in 2004-02-21 09:59:34.000000000 +0100
31     @@ -585,7 +585,7 @@
32    
33     install-data-am: install-data-local
34    
35     -install-exec-am: install-toolexeclibLTLIBRARIES
36     +install-exec-am: install-toolexeclibLTLIBRARIES install-exec-local
37    
38     install-info: install-info-am
39    
40     @@ -618,6 +618,7 @@
41     distclean-tags distdir dvi dvi-am info info-am install \
42     install-am install-data install-data-am install-data-local \
43     install-exec install-exec-am install-info install-info-am \
44     + install-exec-local \
45     install-man install-strip install-toolexeclibLTLIBRARIES \
46     installcheck installcheck-am installdirs maintainer-clean \
47     maintainer-clean-generic mostlyclean mostlyclean-compile \
48     @@ -707,6 +708,11 @@
49     install_debug:
50     (cd ${debugdir} && $(MAKE) \
51     toolexeclibdir=$(glibcxx_toolexeclibdir)/debug install)
52     +
53     +install-exec-local:
54     + $(AR) cru libstdc++_pic.a .libs/*.o $(top_builddir)/libsupc++/*.o
55     + $(INSTALL_DATA) libstdc++_pic.a $(DESTDIR)$(toolexeclibdir)
56     +
57     # Tell versions [3.59,3.63) of GNU make to not export all variables.
58     # Otherwise a system limit (for SysV at least) may be exceeded.
59     .NOEXPORT:

Properties

Name Value
svn:executable *