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/powerpc-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/powerpc-unknown-linux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index b8248336..2c543cf0 100644 --- a/samples/powerpc-unknown-linux-uclibc/crosstool.config +++ b/samples/powerpc-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:01:14 2008 +# crosstool-NG version: 1.1.0+svn_trunk@776 +# Sat Jul 5 12:26:19 2008 # # @@ -76,15 +76,15 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="powerpc" # CT_ARCH_SUPPORT_ARCH is not set CT_ARCH_SUPPORT_ABI=y -CT_ARCH_ABI="" CT_ARCH_SUPPORT_CPU=y -CT_ARCH_CPU="" CT_ARCH_SUPPORT_TUNE=y -CT_ARCH_TUNE="" # CT_ARCH_SUPPORT_FPU is not set # CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set # CT_ARCH_DEFAULT_BE is not set # CT_ARCH_DEFAULT_LE is not set +CT_ARCH_ABI="" +CT_ARCH_CPU="" +CT_ARCH_TUNE="" # CT_ARCH_FLOAT_HW is not set CT_ARCH_FLOAT_SW=y CT_TARGET_CFLAGS="" @@ -93,12 +93,6 @@ CT_TARGET_CFLAGS="" # General target options # # CT_ARCH_alpha is not set -# CT_ARCH_ALPHA_EV4 is not set -# CT_ARCH_ALPHA_EV45 is not set -# CT_ARCH_ALPHA_EV5 is not set -# CT_ARCH_ALPHA_EV56 is not set -# CT_ARCH_ALPHA_EV6 is not set -# CT_ARCH_ALPHA_EV67 is not set # CT_ARCH_arm is not set # CT_ARCH_ia64 is not set # CT_ARCH_mips is not set @@ -143,7 +137,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 @@ -173,7 +167,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 |