summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/arm-unknown-linux-gnueabi/crosstool.config35
-rw-r--r--samples/arm-unknown-linux-uclibc/crosstool.config11
-rw-r--r--samples/arm-unknown-linux-uclibcgnueabi/crosstool.config11
-rw-r--r--samples/armeb-unknown-linux-gnu/crosstool.config11
-rw-r--r--samples/armeb-unknown-linux-uclibc/crosstool.config13
-rw-r--r--samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config13
-rw-r--r--samples/i586-geode-linux-uclibc/crosstool.config11
-rw-r--r--samples/i686-nptl-linux-gnu/crosstool.config11
-rw-r--r--samples/ia64-unknown-linux-gnu/crosstool.config19
-rw-r--r--samples/mips-unknown-linux-uclibc/crosstool.config11
-rw-r--r--samples/powerpc-unknown-linux-uclibc/crosstool.config16
-rw-r--r--samples/x86_64-unknown-linux-uclibc/crosstool.config11
12 files changed, 110 insertions, 63 deletions
diff --git a/samples/arm-unknown-linux-gnueabi/crosstool.config b/samples/arm-unknown-linux-gnueabi/crosstool.config
index 90997f2..5bd0d36 100644
--- a/samples/arm-unknown-linux-gnueabi/crosstool.config
+++ b/samples/arm-unknown-linux-gnueabi/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:08 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 09:43:56 2008
#
#
@@ -141,13 +141,13 @@ CT_CC_NATIVE="gcc"
# Kernel
#
CT_KERNEL_LINUX=y
-CT_KERNEL_VERSION="2.6.25"
+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
# CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR is not set
CT_KERNEL="linux"
-# CT_KERNEL_VERSION_SEE_EXTRAVERSION is not set
+CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
# CT_KERNEL_INSTALL_V_2_6_18_8 is not set
# CT_KERNEL_INSTALL_V_2_6_19_7 is not set
# CT_KERNEL_INSTALL_V_2_6_20_21 is not set
@@ -162,7 +162,7 @@ CT_KERNEL="linux"
# CT_KERNEL_INSTALL_V_2_6_24_5 is not set
# CT_KERNEL_INSTALL_V_2_6_24_6 is not set
# CT_KERNEL_INSTALL_V_2_6_24_7 is not set
-CT_KERNEL_INSTALL_V_2_6_25=y
+# CT_KERNEL_INSTALL_V_2_6_25 is not set
# CT_KERNEL_INSTALL_V_2_6_25_1 is not set
# CT_KERNEL_INSTALL_V_2_6_25_2 is not set
# CT_KERNEL_INSTALL_V_2_6_25_3 is not set
@@ -170,6 +170,8 @@ CT_KERNEL_INSTALL_V_2_6_25=y
# 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 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
@@ -181,7 +183,7 @@ CT_KERNEL_LINUX_VERBOSE_LEVEL=0
# GMP and MPFR
#
CT_GMP_MPFR=y
-# CT_GMP_MPFR_TARGET is not set
+CT_GMP_MPFR_TARGET=y
CT_GMP_V_4_2_2=y
CT_GMP_VERSION="4.2.2"
CT_GMP_CHECK=y
@@ -277,7 +279,10 @@ CT_LIBC_GLIBC_USE_PORTS=y
#
# Tools facilities
#
-# CT_SSTRIP is not set
+CT_SSTRIP=y
+# CT_SSTRIP_ELFKICKERS is not set
+CT_SSTRIP_BUILDROOT=y
+CT_SSTRIP_FROM="buildroot"
#
# Debug facilities
@@ -290,7 +295,9 @@ CT_DMALLOC_VERSION="5.5.2"
CT_GDB=y
CT_GDB_CROSS=y
# CT_GDB_CROSS_STATIC is not set
-# CT_GDB_NATIVE 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
@@ -298,9 +305,15 @@ CT_GDB_GDBSERVER_STATIC=y
# CT_GDB_V_6_5 is not set
# CT_GDB_V_6_6 is not set
# CT_GDB_V_6_7 is not set
-CT_GDB_V_6_7_1=y
-# CT_GDB_V_6_8 is not set
-CT_GDB_VERSION="6.7.1"
+# CT_GDB_V_6_7_1 is not set
+CT_GDB_V_6_8=y
+CT_GDB_VERSION="6.8"
+
+#
+# Native gdb needs the ncurses library on the target
+#
+CT_NCURSES_V_5_6=y
+CT_NCURSES_VERSION="5.6"
CT_STRACE=y
# CT_STRACE_V_4_5 is not set
# CT_STRACE_V_4_5_14 is not set
diff --git a/samples/arm-unknown-linux-uclibc/crosstool.config b/samples/arm-unknown-linux-uclibc/crosstool.config
index aaf8ca2..fc6ccad 100644
--- a/samples/arm-unknown-linux-uclibc/crosstool.config
+++ b/samples/arm-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:09 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 10:29:59 2008
#
#
@@ -141,7 +141,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
@@ -169,7 +169,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
@@ -306,6 +308,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
diff --git a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config b/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
index 45921df..b707fa9 100644
--- a/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config
+++ b/samples/arm-unknown-linux-uclibcgnueabi/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:09 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 11:33:42 2008
#
#
@@ -141,7 +141,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
@@ -169,7 +169,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
@@ -306,6 +308,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
diff --git a/samples/armeb-unknown-linux-gnu/crosstool.config b/samples/armeb-unknown-linux-gnu/crosstool.config
index c301a18..8ba74d0 100644
--- a/samples/armeb-unknown-linux-gnu/crosstool.config
+++ b/samples/armeb-unknown-linux-gnu/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:10 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 11:56:22 2008
#
#
@@ -141,7 +141,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
@@ -169,7 +169,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
@@ -299,6 +301,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
diff --git a/samples/armeb-unknown-linux-uclibc/crosstool.config b/samples/armeb-unknown-linux-uclibc/crosstool.config
index a78fa05..a96a428 100644
--- a/samples/armeb-unknown-linux-uclibc/crosstool.config
+++ b/samples/armeb-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:10 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 13:20:41 2008
#
#
@@ -141,7 +141,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
@@ -169,8 +169,10 @@ 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_LINUX_HEADERS_INSTALL_CHECK 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_LINUX_HEADERS_INSTALL_CHECK=y
CT_KERNEL_LINUX_VERBOSITY_0=y
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
@@ -306,6 +308,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
diff --git a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config b/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
index 946b497..24197ca 100644
--- a/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config
+++ b/samples/armeb-unknown-linux-uclibcgnueabi/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:11 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 13:44:01 2008
#
#
@@ -141,7 +141,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
@@ -169,8 +169,10 @@ 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_LINUX_HEADERS_INSTALL_CHECK 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_LINUX_HEADERS_INSTALL_CHECK=y
CT_KERNEL_LINUX_VERBOSITY_0=y
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
@@ -306,6 +308,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
diff --git a/samples/i586-geode-linux-uclibc/crosstool.config b/samples/i586-geode-linux-uclibc/crosstool.config
index 836ac13..c450394 100644
--- a/samples/i586-geode-linux-uclibc/crosstool.config
+++ b/samples/i586-geode-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:11 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 14:48:12 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
@@ -299,6 +301,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
diff --git a/samples/i686-nptl-linux-gnu/crosstool.config b/samples/i686-nptl-linux-gnu/crosstool.config
index 9d85e36..88b3a05 100644
--- a/samples/i686-nptl-linux-gnu/crosstool.config
+++ b/samples/i686-nptl-linux-gnu/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:12 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Fri Jun 27 10:52:39 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
@@ -292,6 +294,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
diff --git a/samples/ia64-unknown-linux-gnu/crosstool.config b/samples/ia64-unknown-linux-gnu/crosstool.config
index 85eaf1b..28b7e7a 100644
--- a/samples/ia64-unknown-linux-gnu/crosstool.config
+++ b/samples/ia64-unknown-linux-gnu/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:12 2008
+# crosstool-NG version: 1.1.0+svn_trunk@760
+# Thu Jun 26 19:37:34 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,8 +164,10 @@ 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_LINUX_HEADERS_INSTALL_CHECK 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_LINUX_HEADERS_INSTALL_CHECK=y
CT_KERNEL_LINUX_VERBOSITY_0=y
# CT_KERNEL_LINUX_VERBOSITY_1 is not set
# CT_KERNEL_LINUX_VERBOSITY_2 is not set
@@ -294,16 +296,17 @@ 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
# CT_GDB_V_6_4 is not set
# CT_GDB_V_6_5 is not set
-# CT_GDB_V_6_6 is not set
+CT_GDB_V_6_6=y
# CT_GDB_V_6_7 is not set
# CT_GDB_V_6_7_1 is not set
-CT_GDB_V_6_8=y
-CT_GDB_VERSION="6.8"
+# CT_GDB_V_6_8 is not set
+CT_GDB_VERSION="6.6"
#
# Native gdb needs the ncurses library on the target
diff --git a/samples/mips-unknown-linux-uclibc/crosstool.config b/samples/mips-unknown-linux-uclibc/crosstool.config
index 887108c..b9280aa 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
diff --git a/samples/powerpc-unknown-linux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc/crosstool.config
index 274e26c..e6610aa 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
diff --git a/samples/x86_64-unknown-linux-uclibc/crosstool.config b/samples/x86_64-unknown-linux-uclibc/crosstool.config
index 35f0a4d..3c652bb 100644
--- a/samples/x86_64-unknown-linux-uclibc/crosstool.config
+++ b/samples/x86_64-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
+# Fri Jun 27 09:04:00 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
@@ -299,6 +301,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