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/mips-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/mips-unknown-linux-uclibc')
-rw-r--r-- | samples/mips-unknown-linux-uclibc/crosstool.config | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config index 887108c3..b9280aa2 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@748 -# Wed Jun 25 08:21:13 2008 +# crosstool-NG version: 1.1.0+svn_trunk@760 +# Thu Jun 26 15:50:27 2008 # # @@ -136,7 +136,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 @@ -164,7 +164,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 @@ -301,6 +303,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 |