config/config.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 1877 b579a5cb53d1
child 2447 bb73e7632b54
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@1870
     1
source "config/backend.in"
yann@1870
     2
source "config/global.in"
yann@1870
     3
source "config/target.in"
yann@1870
     4
source "config/toolchain.in"
yann@1870
     5
source "config/kernel.in"
yann@1870
     6
source "config/binutils.in"
yann@1870
     7
source "config/cc.in"
yann@1870
     8
source "config/libc.in"
yann@1870
     9
source "config/debug.in"
yann@1870
    10
source "config/companion_libs.in"
yann@1870
    11
source "config/companion_tools.in"
mgl@1965
    12
source "config/test_suite.in"