config/arch/powerpc64.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 02 21:58:34 2009 +0000 (2009-04-02)
changeset 1287 2a70bb65824e
parent 1181 2e88d85d6ffc
child 1345 27fec561af53
permissions -rw-r--r--
Speaking of gcc-4.2.1, Ted Jordan writes on 20090401:
The generated libtool for building libstdc++ adds the -nostdlib option to the
g++ command for linking but doesn't add -lgcc. This causes a "hidden symbol"
error when linking against the libstdc++ shared object. This patch adds gcc
to the list of libraries linked against when linking libstdc++.

/trunk/patches/gcc/4.2.1/300-libstdc++-nostdlib-linking.patch | 21 21 0 0 +++++++++++++++++
1 file changed, 21 insertions(+)
     1 # powerpc specific configuration file
     2 # depends on EXPERIMENTAL
     3 
     4 config ARCH_powerpc64
     5     select ARCH_64
     6     select ARCH_SUPPORT_ABI
     7     select ARCH_SUPPORT_CPU
     8     select ARCH_SUPPORT_TUNE
     9     help
    10       The PowerPC architecture, as defined by:
    11         http://www.ibm.com/developerworks/eserver/articles/archguide.html
    12