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-uclibc/crosstool.config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'samples/armeb-unknown-linux-uclibc') diff --git a/samples/armeb-unknown-linux-uclibc/crosstool.config b/samples/armeb-unknown-linux-uclibc/crosstool.config index 644f1b94..a96d72f5 100644 --- a/samples/armeb-unknown-linux-uclibc/crosstool.config +++ b/samples/armeb-unknown-linux-uclibc/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # crosstool-NG version: 0.0.2-svn -# Mon May 7 23:45:42 2007 +# Thu May 10 23:29:27 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 @@ -45,6 +43,7 @@ CT_REMOVE_DOCS=y # CT_LOG_INFO is not set CT_LOG_EXTRA=y # CT_LOG_DEBUG is not set +# CT_LOG_ALL is not set CT_LOG_LEVEL_MAX="EXTRA" # CT_LOG_SEE_TOOLS_WARN is not set # CT_LOG_PROGRESS_BAR is not set -- cgit v1.2.3