config/toolchain: hide sysroot name when in backend mode
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 20 19:21:39 2011 +0200 (2011-04-20)
changeset 2407ce9168b4af1e
parent 2406 95e0c248d257
child 2408 560670f2ce09
config/toolchain: hide sysroot name when in backend mode

In backend mode, setting the sysroot name is the
responsibility of the upper-layer build system.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/toolchain.in
     1.1 --- a/config/toolchain.in	Sat Apr 16 22:01:35 2011 +0200
     1.2 +++ b/config/toolchain.in	Wed Apr 20 19:21:39 2011 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  
     1.5  config SYSROOT_NAME
     1.6      string
     1.7 -    prompt "sysroot directory name"
     1.8 +    prompt "sysroot directory name" if ! BACKEND
     1.9      depends on USE_SYSROOT
    1.10      default "sysroot"
    1.11      help