diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-07 21:31:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-07 21:31:08 +0000 |
commit | a14b6c3dd9fbefd37a0f6d2c9d32c242ae3c462a (patch) | |
tree | 2ceaf70f0962940f72ba47c026cade69d501a070 /samples/mips-unknown-linux-uclibc | |
parent | 22bd5ce4cad2496772a005556fbc33bbbcad4bf9 (diff) | |
download | crosstool-ng-a14b6c3dd9fbefd37a0f6d2c9d32c242ae3c462a.tar.gz crosstool-ng-a14b6c3dd9fbefd37a0f6d2c9d32c242ae3c462a.tar.bz2 crosstool-ng-a14b6c3dd9fbefd37a0f6d2c9d32c242ae3c462a.zip |
Update samples to latest options set (no config changes).
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 29 12 17 0 +++++--------
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 23 12 11 0 +++++-----
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 21 8 13 0 +++------
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 15 8 7 0 ++++---
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 19 10 9 0 +++++----
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 29 12 17 0 +++++--------
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 23 12 11 0 +++++-----
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 21 8 13 0 +++------
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 15 8 7 0 ++++---
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 23 12 11 0 +++++-----
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 11 6 5 0 +++--
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 23 12 11 0 +++++-----
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 9 5 4 0 ++--
13 files changed, 125 insertions(+), 136 deletions(-)
Diffstat (limited to 'samples/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index ff251161..58e9e67c 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: 1.1.0+svn_trunk@767 -# Mon Jun 30 10:00:23 2008 +# crosstool-NG version: 1.1.0+svn_trunk@776 +# Sat Jul 5 12:26:17 2008 # # @@ -75,16 +75,18 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="mips" CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_ARCH="mips1" CT_ARCH_SUPPORT_ABI=y -CT_ARCH_ABI="" # CT_ARCH_SUPPORT_CPU is not set CT_ARCH_SUPPORT_TUNE=y -CT_ARCH_TUNE="" # CT_ARCH_SUPPORT_FPU is not set CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_DEFAULT_BE=y # CT_ARCH_DEFAULT_LE is not set +CT_ARCH_ARCH="mips1" +CT_ARCH_ABI="" +CT_ARCH_TUNE="" +CT_ARCH_BE=y +# CT_ARCH_LE is not set # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -100,8 +102,6 @@ CT_ARCH_mips=y # CT_ARCH_sh is not set # CT_ARCH_x86 is not set # CT_ARCH_x86_64 is not set -CT_ARCH_BE=y -# CT_ARCH_LE is not set # # Target optimisations @@ -139,7 +139,7 @@ CT_CC_NATIVE="gcc" # Kernel # CT_KERNEL_LINUX=y -CT_KERNEL_VERSION="2.6.25.9" +CT_KERNEL_VERSION="2.6.25.10" CT_KERNEL_LINUX_HEADERS_INSTALL=y # CT_KERNEL_LINUX_HEADERS_SANITISED is not set # CT_KERNEL_LINUX_HEADERS_COPY is not set @@ -169,7 +169,8 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y # CT_KERNEL_INSTALL_V_2_6_25_6 is not set # CT_KERNEL_INSTALL_V_2_6_25_7 is not set # CT_KERNEL_INSTALL_V_2_6_25_8 is not set -CT_KERNEL_INSTALL_V_2_6_25_9=y +# CT_KERNEL_INSTALL_V_2_6_25_9 is not set +CT_KERNEL_INSTALL_V_2_6_25_10=y CT_KERNEL_LINUX_HEADERS_INSTALL_CHECK=y CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set |