diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-10 21:33:35 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-10 21:33:35 +0000 |
commit | a845d72881b588e448b12e50c37bdccb1f818d2b (patch) | |
tree | feb7340ee73033a13faf26b238cb608c2c1f1822 /samples/mips-unknown-linux-uclibc | |
parent | c828dadf4b27fb5c0ad78995f26140fb578d2b8c (diff) | |
download | crosstool-ng-a845d72881b588e448b12e50c37bdccb1f818d2b.tar.gz crosstool-ng-a845d72881b588e448b12e50c37bdccb1f818d2b.tar.bz2 crosstool-ng-a845d72881b588e448b12e50c37bdccb1f818d2b.zip |
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.
Diffstat (limited to 'samples/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 6a6fc74e..2ba9b1ad 100644 --- a/samples/mips-unknown-linux-uclibc/crosstool.config +++ b/samples/mips-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:56 2007 +# Thu May 10 23:30:10 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 |