d9124d0da9
We have to ensure that the sysroot created while building the toolchain will be the one we later search for libraries. So: - hide the sysroot name prompt from the ct-ng menu. - force the sysroot name to be 'sysroot'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
308 B
Diff
13 lines
308 B
Diff
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
|