summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r--toolchain/toolchain-external/Config.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 4cd9ee4752..c4063b177b 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -67,10 +67,14 @@ endchoice
config BR2_TOOLCHAIN_EXTERNAL_PATH
string "Toolchain path"
- default "/path/to/toolchain/usr"
+ default ""
depends on BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
help
- Path to where the external toolchain is installed.
+ Path to where the external toolchain is installed. The
+ compiler itself is expected to be in the "bin" subdirectory
+ of this path.
+
+ If empty, the compiler will be searched in $PATH.
config BR2_TOOLCHAIN_EXTERNAL_GLIBC
bool
OpenPOWER on IntegriCloud