Change default path where toolchain will run from to "${HOME}/x-tools/${CT_TARGET}".

/trunk/config/global/paths.in |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Yann E. MORIN" 2008-06-25 06:24:51 +00:00
parent 7ec11b4c82
commit 710b79ab7a

View File

@ -43,7 +43,7 @@ config WORK_DIR
config PREFIX_DIR
string
prompt "Prefix directory"
default "${HOME}/${CT_TARGET}"
default "${HOME}/x-tools/${CT_TARGET}"
help
This is the path the toolchain will run from.