summaryrefslogtreecommitdiff
path: root/samples
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
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')
-rw-r--r--samples/armeb-unknown-linux-gnu/crosstool.config6
-rw-r--r--samples/armeb-unknown-linux-uclibc/crosstool.config7
-rw-r--r--samples/i586-geode-linux-uclibc/crosstool.config7
-rw-r--r--samples/mips-unknown-linux-uclibc/crosstool.config7
4 files changed, 11 insertions, 16 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
diff --git a/samples/armeb-unknown-linux-uclibc/crosstool.config b/samples/armeb-unknown-linux-uclibc/crosstool.config
index 644f1b9..a96d72f 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
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config
index 308dae0..bcc894c 100644
--- a/samples/i586-geode-linux-uclibc/crosstool.config
+++ b/samples/i586-geode-linux-uclibc/crosstool.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# crosstool-NG version: 0.0.2-svn
-# Tue May 8 00:10:27 2007
+# Thu May 10 23:29:48 2007
#
#
@@ -17,9 +17,7 @@ CT_USE_PIPES=y
#
# Paths
#
-CT_TARBALLS_DIR="${HOME}/dev/src"
-CT_SRC_DIR="${HOME}/x-tools/src/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}"
-CT_BUILD_DIR="${HOME}/x-tools/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}"
+CT_LOCAL_TARBALLS_DIR="${HOME}/dev/src"
CT_PREFIX_DIR="${HOME}/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
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config
index 6a6fc74..2ba9b1a 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