summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-26 11:26:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-26 11:26:46 (GMT)
commit1d7283c5762aa27a5ca326e225e725f2ba8371e2 (patch)
treeaeb3995c6bf68321dc08475db53edce98e5066bb
parentbb5c34400a83f2c30284049674bb381b5d365cac (diff)
Update the bare-metal ARM EABI sample.
/trunk/samples/arm-unknown-eabi/crosstool.config | 51 35 16 0 +++++++++++++++++++++--------- /trunk/samples/arm-unknown-eabi/reported.by | 3 3 0 0 ++ 2 files changed, 38 insertions(+), 16 deletions(-)
-rw-r--r--samples/arm-unknown-eabi/crosstool.config51
-rw-r--r--samples/arm-unknown-eabi/reported.by3
2 files changed, 38 insertions, 16 deletions
diff --git a/samples/arm-unknown-eabi/crosstool.config b/samples/arm-unknown-eabi/crosstool.config
index e5cfaef..73a097a 100644
--- a/samples/arm-unknown-eabi/crosstool.config
+++ b/samples/arm-unknown-eabi/crosstool.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# crosstool-NG version: 1.2.0+svn_trunk@1001M
-# Thu Sep 11 00:53:13 2008
+# crosstool-NG version: 1.2.0+svn_trunk@1124M
+# Sun Oct 26 12:14:02 2008
#
#
@@ -13,7 +13,6 @@
#
# CT_OBSOLETE is not set
CT_EXPERIMENTAL=y
-# CT_BROKEN is not set
# CT_DEBUG_CT is not set
#
@@ -95,16 +94,15 @@ CT_TARGET_LDFLAGS=""
#
# General target options
#
-CT_BARE_METAL=y
# CT_ARCH_alpha is not set
CT_ARCH_arm=y
-CT_ARCH_ARM_EABI=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=y
#
# Target optimisations
@@ -132,17 +130,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
#
@@ -158,14 +165,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
@@ -184,7 +197,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}"
@@ -204,20 +218,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
diff --git a/samples/arm-unknown-eabi/reported.by b/samples/arm-unknown-eabi/reported.by
index e69de29..cba8f16 100644
--- a/samples/arm-unknown-eabi/reported.by
+++ b/samples/arm-unknown-eabi/reported.by
@@ -0,0 +1,3 @@
+reporter_name="YEM"
+reporter_url="http://ymorin.is-a-geek.org/"
+reporter_comment=""