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(-)
This commit is contained in:
Yann E. MORIN" 2008-06-15 19:51:09 +00:00
parent e08c8fa12a
commit 7858c92473

View File

@ -48,7 +48,7 @@ CT_USE_PIPES=y
#
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_PREFIX_DIR="${HOME}/${CT_TARGET}"
CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
# CT_CUSTOM_PATCH is not set
CT_REMOVE_DOCS=y