diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-27 11:19:12 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-06-27 11:19:12 +0000 |
commit | 4bf71cb437ba64bd350b315298b2ba0a0c21d6c3 (patch) | |
tree | 0c9f049577a9bf7e08f0a616c60b08ef215a6c26 /samples/powerpc-unknown-linux-uclibc | |
parent | e42f966f36777cc3b830b0e37b3b414c66043ae9 (diff) | |
download | crosstool-ng-4bf71cb437ba64bd350b315298b2ba0a0c21d6c3.tar.gz crosstool-ng-4bf71cb437ba64bd350b315298b2ba0a0c21d6c3.tar.bz2 crosstool-ng-4bf71cb437ba64bd350b315298b2ba0a0c21d6c3.zip |
Update the samples.
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 13 8 5 0 +++--
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 35 24 11 0 +++++++++----
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 11 7 4 0 +++-
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 11 7 4 0 +++-
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 19 11 8 0 ++++---
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 11 7 4 0 +++-
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 11 7 4 0 +++-
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 11 7 4 0 +++-
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 11 7 4 0 +++-
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 16 10 6 0 ++++--
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 13 8 5 0 +++--
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 11 7 4 0 +++-
12 files changed, 110 insertions(+), 63 deletions(-)
Diffstat (limited to 'samples/powerpc-unknown-linux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc/crosstool.config | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config index 274e26c9..e6610aac 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@748 -# Wed Jun 25 09:19:43 2008 +# crosstool-NG version: 1.1.0+svn_trunk@760 +# Fri Jun 27 08:08:15 2008 # # @@ -134,7 +134,7 @@ CT_CC_NATIVE="gcc" # Kernel # CT_KERNEL_LINUX=y -CT_KERNEL_VERSION="2.6.25.7" +CT_KERNEL_VERSION="2.6.25.9" CT_KERNEL_LINUX_HEADERS_INSTALL=y # CT_KERNEL_LINUX_HEADERS_SANITISED is not set # CT_KERNEL_LINUX_HEADERS_COPY is not set @@ -162,7 +162,9 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y # CT_KERNEL_INSTALL_V_2_6_25_4 is not set # CT_KERNEL_INSTALL_V_2_6_25_5 is not set # CT_KERNEL_INSTALL_V_2_6_25_6 is not set -CT_KERNEL_INSTALL_V_2_6_25_7=y +# 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_LINUX_HEADERS_INSTALL_CHECK=y CT_KERNEL_LINUX_VERBOSITY_0=y # CT_KERNEL_LINUX_VERBOSITY_1 is not set @@ -274,9 +276,10 @@ CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_L # # Tools facilities # -# CT_SSTRIP is not set +CT_SSTRIP=y # CT_SSTRIP_ELFKICKERS is not set -# CT_SSTRIP_BUILDROOT is not set +CT_SSTRIP_BUILDROOT=y +CT_SSTRIP_FROM="buildroot" # # Debug facilities @@ -288,6 +291,7 @@ CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_NATIVE=y # CT_GDB_NATIVE_STATIC is not set +CT_GDB_NATIVE_USE_GMP_MPFR=y CT_GDB_GDBSERVER=y CT_GDB_GDBSERVER_STATIC=y # CT_GDB_V_snapshot is not set |