From a845d72881b588e448b12e50c37bdccb1f818d2b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 10 May 2007 21:33:35 +0000 Subject: Update the way we handle directories supplied by the user: - the tarball directory is considered as a local copy, and tarballs are copied to a working area, - the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option, - the build dir has been renamed from 'build' to 'targets'. That should ease preparing a tarball of the resulting target. --- samples/armeb-unknown-linux-gnu/crosstool.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'samples/armeb-unknown-linux-gnu/crosstool.config') diff --git a/samples/armeb-unknown-linux-gnu/crosstool.config b/samples/armeb-unknown-linux-gnu/crosstool.config index be734dc4..a14c4d6b 100644 --- a/samples/armeb-unknown-linux-gnu/crosstool.config +++ b/samples/armeb-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 0.0.2-svn -# Tue May 8 18:48:51 2007 +# Thu May 10 23:28:59 2007 # # @@ -17,9 +17,7 @@ CT_USE_PIPES=y # # Paths # -CT_TARBALLS_DIR="${HOME}/dev/src" -CT_SRC_DIR="${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src" -CT_BUILD_DIR="${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build" +CT_LOCAL_TARBALLS_DIR="${HOME}/dev/src" CT_PREFIX_DIR="/opt/x-tools/${CT_TARGET}" CT_INSTALL_DIR="${CT_PREFIX_DIR}" # CT_CUSTOM_PATCH is not set -- cgit v1.2.3