config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 05 01:17:58 2011 +0200 (2011-04-05)
branch1.10
changeset 2397 aee55f7b7ea7
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
binutils/binutils: hide gold option if no support for current architecture

The gold linker does currently support only a limited set of architectures:
- x86 (32- and 64-bit)
- ARM

Hide the gold option for other architectures.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 148e80538623dd4fdb7895546138eabaf5712518)
     1 source "config/backend.in"
     2 source "config/global.in"
     3 source "config/target.in"
     4 source "config/toolchain.in"
     5 source "config/kernel.in"
     6 source "config/binutils.in"
     7 source "config/cc.in"
     8 source "config/libc.in"
     9 source "config/debug.in"
    10 source "config/companion_libs.in"
    11 source "config/companion_tools.in"
    12 source "config/test_suite.in"