Update the bare-metal ARM ELF sample.

/trunk/samples/arm-unknown-elf/crosstool.config |   55    37    18     0 +++++++++++++++++++++----------
 /trunk/samples/arm-unknown-elf/reported.by      |    3     3     0     0 ++
 2 files changed, 40 insertions(+), 18 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-10-26 11:26:27 +00:00
parent 0c2ff1f668
commit bb5c34400a
2 changed files with 40 additions and 18 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# crosstool-NG version: 1.2.0+svn_trunk@1001M
# Thu Sep 11 00:48:33 2008
# crosstool-NG version: 1.2.0+svn_trunk@1136
# Sun Oct 26 12:14:45 2008
#
#
@ -13,7 +13,6 @@
#
# CT_OBSOLETE is not set
CT_EXPERIMENTAL=y
# CT_BROKEN is not set
# CT_DEBUG_CT is not set
#
@ -52,7 +51,7 @@ CT_PARALLEL_JOBS=1
CT_LOAD=0
CT_NICE=0
CT_USE_PIPES=y
CT_CONFIG_SHELL_ASH=y
# CT_CONFIG_SHELL_ASH is not set
#
# Logging
@ -96,17 +95,16 @@ CT_TARGET_LDFLAGS=""
#
# General target options
#
CT_BARE_METAL=y
# CT_ARCH_alpha is not set
CT_ARCH_arm=y
# CT_ARCH_ARM_EABI is not set
CT_ARCH_ARM_ABI_OK=y
# CT_ARCH_ia64 is not set
# CT_ARCH_mips is not set
# CT_ARCH_powerpc is not set
# CT_ARCH_sh is not set
# CT_ARCH_x86 is not set
# CT_ARCH_x86_64 is not set
# CT_ARCH_ARM_EABI is not set
CT_ARCH_ARM_ABI_OK=y
#
# Target optimisations
@ -134,17 +132,26 @@ CT_CROSS=y
CT_TOOLCHAIN_TYPE="cross"
CT_BUILD=""
CT_CC_NATIVE="gcc"
CT_KERNEL="none"
#
# Operating System
#
CT_BARE_METAL=y
CT_KERNEL="bare-metal"
CT_KERNEL_bare_metal=y
# CT_KERNEL_linux is not set
#
# GMP and MPFR
#
CT_GMP_MPFR=y
CT_GMP_V_4_2_2=y
CT_GMP_VERSION="4.2.2"
# CT_GMP_V_4_2_2 is not set
CT_GMP_V_4_2_4=y
CT_GMP_VERSION="4.2.4"
CT_GMP_CHECK=y
CT_MPFR_V_2_3_1=y
CT_MPFR_VERSION="2.3.1"
# CT_MPFR_V_2_3_1 is not set
CT_MPFR_V_2_3_2=y
CT_MPFR_VERSION="2.3.2"
CT_MPFR_CHECK=y
#
@ -160,14 +167,20 @@ CT_BINUTILS_V_2_18=y
# CT_BINUTILS_V_2_18_50_0_6 is not set
# CT_BINUTILS_V_2_18_50_0_7 is not set
# CT_BINUTILS_V_2_18_50_0_8 is not set
# CT_BINUTILS_V_2_18_50_0_9 is not set
# CT_BINUTILS_V_2_18_90 is not set
# CT_BINUTILS_V_2_18_91 is not set
# CT_BINUTILS_V_2_18_92 is not set
# CT_BINUTILS_V_2_18_93 is not set
# CT_BINUTILS_V_2_19_50_0_1 is not set
CT_BINUTILS_EXTRA_CONFIG=""
#
# C compiler
#
CT_CC_GCC=y
CT_CC_VERSION="4.3.1"
CT_CC="gcc"
CT_CC_VERSION="4.3.2"
CT_CC_gcc=y
# CT_CC_V_2_95_3 is not set
# CT_CC_V_3_2_3 is not set
# CT_CC_V_3_3_6 is not set
@ -186,7 +199,8 @@ CT_CC="gcc"
# CT_CC_V_4_2_3 is not set
# CT_CC_V_4_2_4 is not set
# CT_CC_V_4_3_0 is not set
CT_CC_V_4_3_1=y
# CT_CC_V_4_3_1 is not set
CT_CC_V_4_3_2=y
CT_CC_GCC_4_3_or_later=y
CT_CC_CORE_EXTRA_CONFIG=""
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
@ -206,20 +220,25 @@ CT_LIBC="none"
#
# Tools facilities
#
# CT_SSTRIP is not set
# CT_TOOL_libelf is not set
# CT_TOOL_sstrip is not set
#
# Debug facilities
#
CT_GDB=y
# CT_DEBUG_dmalloc is not set
# CT_DEBUG_duma is not set
CT_DEBUG_gdb=y
CT_GDB_CROSS=y
# CT_GDB_CROSS_STATIC is not set
# CT_GDB_CROSS_INSIGHT is not set
# 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_7 is not set
# CT_GDB_V_6_7_1 is not set
CT_GDB_V_6_8=y
# CT_GDB_V_snapshot is not set
CT_GDB_VERSION="6.8"
# CT_DEBUG_ltrace is not set
# CT_DEBUG_strace is not set

View File

@ -0,0 +1,3 @@
reporter_name="YEM"
reporter_url="http://ymorin.is-a-geek.org/"
reporter_comment=""