diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-19 22:55:19 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-19 22:55:19 +0000 |
commit | 40be64eec9e95a820b33e0add4322b4a2dcdf910 (patch) | |
tree | 53d9ec5b715df1084a19f6668cd5c8e93f07e663 /samples/mipsel-unknown-linux-gnu | |
parent | 67eff1fce1f072b55235960995e57450ed420a93 (diff) | |
download | crosstool-ng-40be64eec9e95a820b33e0add4322b4a2dcdf910.tar.gz crosstool-ng-40be64eec9e95a820b33e0add4322b4a2dcdf910.tar.bz2 crosstool-ng-40be64eec9e95a820b33e0add4322b4a2dcdf910.zip |
Updatge all samples to neither use a LAN mirror, nor a proxy (new set of options).
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 40 20 20 0 ++++++------
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 40 20 20 0 ++++++------
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 40 20 20 0 ++++++------
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 40 20 20 0 ++++++------
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 38 18 20 0 ++++++------
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------
14 files changed, 260 insertions(+), 280 deletions(-)
Diffstat (limited to 'samples/mipsel-unknown-linux-gnu')
-rw-r--r-- | samples/mipsel-unknown-linux-gnu/crosstool.config | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/samples/mipsel-unknown-linux-gnu/crosstool.config b/samples/mipsel-unknown-linux-gnu/crosstool.config index e4bf37e7..9c50d64a 100644 --- a/samples/mipsel-unknown-linux-gnu/crosstool.config +++ b/samples/mipsel-unknown-linux-gnu/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: 1.1.0+svn_trunk@814 -# Sat Jul 19 14:17:54 2008 +# crosstool-NG version: 1.1.0+svn_trunk@832 +# Sun Jul 20 00:50:35 2008 # # @@ -17,16 +17,26 @@ CT_EXPERIMENTAL=y # CT_DEBUG_CT is not set # +# Paths +# +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_WORK_DIR="${CT_TOP_DIR}/targets" +CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" +CT_INSTALL_DIR="${CT_PREFIX_DIR}" +# CT_CUSTOM_PATCH is not set +CT_REMOVE_DOCS=y +CT_INSTALL_DIR_RO=y + +# # Downloading # # CT_FORCE_DOWNLOAD is not set -# CT_ONLY_DOWNLOAD is not set -CT_CONNECT_TIMEOUT=10 -CT_PROXY_TYPE_NONE=y -# CT_PROXY_TYPE_HTTP is not set -# CT_PROXY_TYPE_SOCKS is not set +# CT_USE_LAN_MIRROR is not set +# CT_USE_PROXY is not set CT_PROXY_TYPE="none" -# CT_BREAK_INDENT is not set +CT_CONNECT_TIMEOUT=10 +# CT_ONLY_DOWNLOAD is not set # # Extracting @@ -44,18 +54,6 @@ CT_NICE=0 CT_USE_PIPES=y # -# Paths -# -CT_LOCAL_TARBALLS_DIR="${HOME}/src" -CT_SAVE_TARBALLS=y -CT_WORK_DIR="${CT_TOP_DIR}/targets" -CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}" -CT_INSTALL_DIR="${CT_PREFIX_DIR}" -# CT_CUSTOM_PATCH is not set -CT_REMOVE_DOCS=y -CT_INSTALL_DIR_RO=y - -# # Logging # # CT_LOG_ERROR is not set |