config/arch/powerpc.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 05 01:02:28 2011 +0200 (2011-04-05)
changeset 2376 369664fd7cba
parent 1634 186c71e3ceb0
child 2444 896cb0d36c1a
permissions -rw-r--r--
binutils/binutils: add blind option to force use of ld.bfd during build

gold is not capable of building glibc/eglibc, so we have to
force using the BFD linker, ld.bfd.

Offer a blind option that affected components can select to
force use of the BFD linker during the build.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@520
     1
# powerpc specific configuration file
yann@628
     2
yann@628
     3
config ARCH_powerpc
yann@1634
     4
    select ARCH_SUPPORTS_32
yann@1634
     5
    select ARCH_SUPPORTS_64 if EXPERIMENTAL
yann@1634
     6
    select ARCH_DEFAULT_32
yann@1345
     7
    select ARCH_USE_MMU
yann@631
     8
    select ARCH_SUPPORT_ABI
yann@631
     9
    select ARCH_SUPPORT_CPU
yann@631
    10
    select ARCH_SUPPORT_TUNE
yann@630
    11
    help
yann@630
    12
      The PowerPC architecture, as defined by:
yann@630
    13
        http://www.ibm.com/developerworks/eserver/articles/archguide.html