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>
This commit is contained in:
Yann E. MORIN" 2011-04-20 19:21:39 +02:00
parent 14c5bc9260
commit 8c360cbfc4

View File

@ -20,7 +20,7 @@ config USE_SYSROOT
config SYSROOT_NAME
string
prompt "sysroot directory name"
prompt "sysroot directory name" if ! BACKEND
depends on USE_SYSROOT
default "sysroot"
help