Update the armeb-unknown-linux-uclibc sample to:

- use latest binutils,
 - build sstrip,
 - build dmalloc and gdb.

Note: linux-2.6.21.5 for NSLU2 and busybox build!
This commit is contained in:
Yann E. MORIN" 2007-07-04 17:06:58 +00:00
parent 96456d1abb
commit 3527e8c561
2 changed files with 22 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# crosstool-NG version: 0.1.1+svn
# Wed Jul 4 00:19:03 2007
# Wed Jul 4 18:47:12 2007
#
# CT_FOOBAR is not set
@ -167,7 +167,7 @@ CT_KERNEL_LINUX_VERBOSE_LEVEL=0
#
# binutils
#
CT_BINUTILS_VERSION="2.17.50.0.16"
CT_BINUTILS_VERSION="2.17.50.0.17"
# CT_BINUTILS_V_2_11_2 is not set
# CT_BINUTILS_V_2_13_90 is not set
# CT_BINUTILS_V_2_14 is not set
@ -194,7 +194,8 @@ CT_BINUTILS_VERSION="2.17.50.0.16"
# CT_BINUTILS_V_2_17_50_0_13 is not set
# CT_BINUTILS_V_2_17_50_0_14 is not set
# CT_BINUTILS_V_2_17_50_0_15 is not set
CT_BINUTILS_V_2_17_50_0_16=y
# CT_BINUTILS_V_2_17_50_0_16 is not set
CT_BINUTILS_V_2_17_50_0_17=y
CT_BINUTILS_EXTRA_CONFIG=""
#
@ -285,10 +286,25 @@ CT_LIBC_UCLIBC_CONFIG_FILE="${CT_TOP_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=y
CT_SSTRIP_FROM="buildroot"
#
# Debug facilities
#
# CT_DMALLOC is not set
# CT_GDB is not set
CT_DMALLOC=y
# CT_DMALLOC_V_5_4_3 is not set
CT_DMALLOC_V_5_5_2=y
CT_DMALLOC_VERSION="5.5.2"
CT_GDB=y
CT_GDB_CROSS=y
CT_GDB_CROSS_STATIC_GDBSERVER=y
# CT_GDB_V_snapshot is not set
# CT_GDB_V_6_2_1 is not set
# CT_GDB_V_6_3 is not set
# CT_GDB_V_6_4 is not set
# CT_GDB_V_6_5 is not set
CT_GDB_V_6_6=y
CT_GDB_VERSION="6.6"