config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 25 22:14:52 2011 +0100 (2011-01-25)
changeset 2281 1333e4ac89f0
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
config/toolchain: force use of sysroot if OBSOLETE is not set

Use of the sysroot is highly recommended, and the non-sysroot case is
both obsolete and not widely tested.

Before the non-sysroot case can go away, deprecate it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     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"