Samples should default to installing into ${HOME}/x-tools/${CT_TARGET}
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 15 19:51:09 2008 +0000 (2008-06-15)
changeset 561fbbe0e33dbac
parent 560 0ca969b84057
child 562 c2a68cba6c0c
Samples should default to installing into ${HOME}/x-tools/${CT_TARGET}

/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
samples/alphaev56-unknown-linux-gnu/crosstool.config
     1.1 --- a/samples/alphaev56-unknown-linux-gnu/crosstool.config	Sun Jun 15 19:25:51 2008 +0000
     1.2 +++ b/samples/alphaev56-unknown-linux-gnu/crosstool.config	Sun Jun 15 19:51:09 2008 +0000
     1.3 @@ -48,7 +48,7 @@
     1.4  #
     1.5  CT_LOCAL_TARBALLS_DIR="${HOME}/src"
     1.6  CT_SAVE_TARBALLS=y
     1.7 -CT_PREFIX_DIR="${HOME}/${CT_TARGET}"
     1.8 +CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
     1.9  CT_INSTALL_DIR="${CT_PREFIX_DIR}"
    1.10  # CT_CUSTOM_PATCH is not set
    1.11  CT_REMOVE_DOCS=y