blob: 4c3426aa5a71e539602ae62c594249b1a0795d2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/config/toolchain.in b/config/toolchain.in
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -20,7 +20,7 @@
config SYSROOT_NAME
string
- prompt "sysroot directory name"
+ prompt "sysroot directory name" if ! BACKEND
depends on USE_SYSROOT
default "sysroot"
help
|