mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
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:
parent
14c5bc9260
commit
8c360cbfc4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user