summaryrefslogtreecommitdiff
path: root/samples/armeb-unknown-linux-gnu/crosstool.config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-10 21:33:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-10 21:33:35 (GMT)
commita845d72881b588e448b12e50c37bdccb1f818d2b (patch)
treefeb7340ee73033a13faf26b238cb608c2c1f1822 /samples/armeb-unknown-linux-gnu/crosstool.config
parentc828dadf4b27fb5c0ad78995f26140fb578d2b8c (diff)
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/armeb-unknown-linux-gnu/crosstool.config')
-rw-r--r--samples/armeb-unknown-linux-gnu/crosstool.config6
1 files changed, 2 insertions, 4 deletions
diff --git a/samples/armeb-unknown-linux-gnu/crosstool.config b/samples/armeb-unknown-linux-gnu/crosstool.config
index be734dc..a14c4d6 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