config/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 02 23:50:22 2009 +0200 (2009-08-02)
changeset 1447 8ef937cc57ba
parent 1337 7f742f73c2d1
child 1497 1b90f0b34c80
permissions -rw-r--r--
[config] Warn againt using ash as CONFIG_SHELL

It apears that more and more ./configure scripts and Makefiles
make use of non-POSIXly correct shell constructs, that don't
work with ash.

For now, just warn the user against using ash, but keep it as
an option in case newer versions of the /broken/ components
come fixed, and we can again use ash, as it is in some cases
really faster than bash.
     1 source config/global.in
     2 source config/target.in
     3 source config/toolchain.in
     4 source config/kernel.in
     5 source config/companion_libs.in
     6 source config/binutils.in
     7 source config/cc.in
     8 source config/libc.in
     9 source config/tools.in
    10 source config/debug.in