diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-10-07 23:53:16 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-10-07 23:53:16 +0200 |
commit | f6b59188f175f3678e45f26d17182ff8fd3433e3 (patch) | |
tree | 78b156d7b9e576cb85bdf1cf67e6fa70172d5b2b /samples/s390-ibm-linux-gnu | |
parent | aa3d69979f702c67c7a05ddff48dcd6ccf72198a (diff) | |
download | crosstool-ng-f6b59188f175f3678e45f26d17182ff8fd3433e3.tar.gz crosstool-ng-f6b59188f175f3678e45f26d17182ff8fd3433e3.tar.bz2 crosstool-ng-f6b59188f175f3678e45f26d17182ff8fd3433e3.zip |
samples: update all samples to use the new build dir
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/s390-ibm-linux-gnu')
-rw-r--r-- | samples/s390-ibm-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index 75ad8753..6f011471 100644 --- a/samples/s390-ibm-linux-gnu/crosstool.config +++ b/samples/s390-ibm-linux-gnu/crosstool.config @@ -22,7 +22,7 @@ CT_EXPERIMENTAL=y # CT_LOCAL_TARBALLS_DIR="${HOME}/src" CT_SAVE_TARBALLS=y -CT_WORK_DIR="${CT_TOP_DIR}/targets" +CT_WORK_DIR="${CT_TOP_DIR}/.build" CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" CT_INSTALL_DIR="${CT_PREFIX_DIR}" CT_REMOVE_DOCS=y |