From c0cc73cd6f3040ea08dc09384aa289540b3fb2a2 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 13 Dec 2016 22:18:50 -0800 Subject: Install canadian crosses into a separate subdir. Makes them sorted out by host, and removes the need for similar hack in samples.mk. Change how canadian crosses are named: using `=' character resulted in Glibc build failure. Move loading config into a common function, CT_LoadConfig. Signed-off-by: Alexey Neyman --- config/global/paths.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/global') diff --git a/config/global/paths.in b/config/global/paths.in index 8ebe47f5..5e9bcc42 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -43,7 +43,7 @@ config WORK_DIR config PREFIX_DIR string prompt "Prefix directory" if ! BACKEND - default "${HOME}/x-tools/${CT_TARGET}" + default "${HOME}/x-tools/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" help This is the path the toolchain will run from. -- cgit v1.2.3