summaryrefslogtreecommitdiff
path: root/config/global/paths.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/global/paths.in')
-rw-r--r--config/global/paths.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/config/global/paths.in b/config/global/paths.in
index 8ebe47f..5313d0d 100644
--- a/config/global/paths.in
+++ b/config/global/paths.in
@@ -5,7 +5,7 @@ comment "Paths"
config LOCAL_TARBALLS_DIR
string
prompt "Local tarballs directory" if ! BACKEND
- default ""
+ default "${HOME}/src"
help
If you have previously downloaded the tarballs, enter the PATH where
you stored them here.
@@ -14,7 +14,7 @@ config SAVE_TARBALLS
bool
prompt "Save new tarballs" if ! BACKEND
depends on LOCAL_TARBALLS_DIR != "" || BACKEND
- default y if BACKEND
+ default y
help
If you say 'y' here, new downloaded tarballs will be saved in the
directory you entered above.
@@ -40,10 +40,14 @@ config WORK_DIR
Do *NOT* change it if you don't know better.
+config BUILD_TOP_DIR
+ string
+ default "${CT_WORK_DIR}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}"
+
config PREFIX_DIR
string
prompt "Prefix directory" if ! BACKEND
- default "${HOME}/x-tools/${CT_TARGET}"
+ default "${CT_PREFIX:-${HOME}/x-tools}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}"
help
This is the path the toolchain will run from.