summaryrefslogtreecommitdiff
path: root/samples/arm-bare_newlib_cortex_m3_nommu-eabi
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-03 17:30:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-03 17:30:30 (GMT)
commitfd5d0a93e27b44c3c523d52ce5d5ed5320998758 (patch)
treeee580d9922c4dde5ad5b6d8bc35ff9731ea1fe2c /samples/arm-bare_newlib_cortex_m3_nommu-eabi
parent65368bd25e56810aecfdda156e510e8507fad4af (diff)
samples: update all samples to latest config knobs
No new feature, no newer version, only updates so that samples can be recalled without anything to set. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'samples/arm-bare_newlib_cortex_m3_nommu-eabi')
-rw-r--r--samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config54
1 files changed, 41 insertions, 13 deletions
diff --git a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
index 9f369f8..6a8ebf9 100644
--- a/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
+++ b/samples/arm-bare_newlib_cortex_m3_nommu-eabi/crosstool.config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# crosstool-NG version: hg_default@2055_efdb38c7f4df
-# Fri Jul 30 23:42:30 2010
+# crosstool-NG version: hg_default@2172_c90a53aecfaa
+# Tue Nov 2 14:50:30 2010
#
# CT_BACKEND is not set
CT_MODULES=y
@@ -27,6 +27,7 @@ CT_PREFIX_DIR="${HOME}/x-tools/${CT_TARGET}"
CT_INSTALL_DIR="${CT_PREFIX_DIR}"
CT_REMOVE_DOCS=y
CT_INSTALL_DIR_RO=y
+CT_STRIP_ALL_TOOLCHAIN_EXECUTABLES=y
#
# Downloading
@@ -132,11 +133,6 @@ CT_ARCH_arm=y
# CT_ARCH_x86 is not set
CT_ARCH_alpha_AVAILABLE=y
CT_ARCH_arm_AVAILABLE=y
-CT_ARCH_ARM_MODE="thumb"
-# CT_ARCH_ARM_MODE_ARM is not set
-CT_ARCH_ARM_MODE_THUMB=y
-# CT_ARCH_ARM_INTERWORKING is not set
-CT_ARCH_ARM_EABI=y
CT_ARCH_avr32_AVAILABLE=y
CT_ARCH_blackfin_AVAILABLE=y
CT_ARCH_ia64_AVAILABLE=y
@@ -149,6 +145,15 @@ CT_ARCH_x86_AVAILABLE=y
# CT_ARCH_USE_MMU is not set
#
+# arm other options
+#
+CT_ARCH_ARM_MODE="thumb"
+# CT_ARCH_ARM_MODE_ARM is not set
+CT_ARCH_ARM_MODE_THUMB=y
+# CT_ARCH_ARM_INTERWORKING is not set
+CT_ARCH_ARM_EABI=y
+
+#
# Target optimisations
#
@@ -237,12 +242,15 @@ CT_ELF2FLT_EXTRA_CONFIG=""
CT_CC="gcc"
CT_CC_VERSION="4.4.1"
CT_CC_gcc=y
+# CT_CC_V_4_5_1 is not set
# CT_CC_V_4_5_0 is not set
+# CT_CC_V_4_4_5 is not set
# CT_CC_V_4_4_4 is not set
# CT_CC_V_4_4_3 is not set
# CT_CC_V_4_4_2 is not set
CT_CC_V_4_4_1=y
# CT_CC_V_4_4_0 is not set
+# CT_CC_V_4_3_5 is not set
# CT_CC_V_4_3_4 is not set
# CT_CC_V_4_3_3 is not set
# CT_CC_V_4_3_2 is not set
@@ -259,9 +267,12 @@ CT_CC_GCC_4_2_or_later=y
CT_CC_GCC_4_3_or_later=y
CT_CC_GCC_4_4_or_later=y
# CT_CC_GCC_4_5_or_later is not set
+CT_CC_GCC_HAS_GRAPHITE=y
+# CT_CC_GCC_HAS_LTO is not set
CT_CC_GCC_USE_GMP_MPFR=y
CT_CC_GCC_USE_PPL_CLOOG=y
-# CT_CC_GCC_USE_MPC_LIBELF is not set
+# CT_CC_GCC_USE_MPC is not set
+# CT_CC_GCC_USE_LIBELF is not set
CT_CC_PKGVERSION="crosstool-NG-${CT_VERSION}"
CT_CC_BUGURL=""
CT_CC_ENABLE_CXX_FLAGS=""
@@ -282,13 +293,17 @@ CT_CC_LANG_CXX=y
# gcc other options
#
CT_CC_GCC_ENABLE_TARGET_OPTSPACE=y
+CT_CC_GCC_USE_GRAPHITE=y
CT_CC_STATIC_LIBSTDCXX=y
+# CT_CC_GCC_LIBMUDFLAP is not set
+# CT_CC_GCC_LIBGOMP is not set
+# CT_CC_GCC_LIBSSP is not set
#
# Misc. obscure options.
#
# CT_CC_GCC_DISABLE_PCH is not set
-# CT_CC_GCC_LIBMUDFLAP is not set
+CT_CC_GCC_LDBL_128=m
#
# C-library
@@ -329,6 +344,13 @@ CT_THREADS="none"
CT_THREADS_NONE=y
#
+# newlib other options
+#
+# CT_LIBC_NEWLIB_IO_C99FMT is not set
+# CT_LIBC_NEWLIB_IO_LL is not set
+# CT_LIBC_NEWLIB_IO_FLOAT is not set
+
+#
# Debug facilities
#
# CT_DEBUG_dmalloc is not set
@@ -340,10 +362,13 @@ CT_THREADS_NONE=y
#
# Companion libraries
#
-
-#
-# FIXME: check real dependencies!!!
-#
+CT_COMPLIBS_NEEDED=y
+CT_GMP_NEEDED=y
+CT_MPFR_NEEDED=y
+CT_PPL_NEEDED=y
+CT_CLOOG_NEEDED=y
+# CT_MPC_NEEDED is not set
+# CT_LIBELF_NEEDED is not set
CT_COMPLIBS=y
# CT_WRAPPER_NEEDED is not set
CT_GMP=y
@@ -364,8 +389,10 @@ CT_MPFR_V_2_4_2=y
# CT_MPFR_V_2_3_2 is not set
# CT_MPFR_V_2_3_1 is not set
CT_MPFR_VERSION="2.4.2"
+# CT_PPL_V_0_11 is not set
CT_PPL_V_0_10_2=y
CT_PPL_VERSION="0.10.2"
+# CT_CLOOG_V_0_15_10 is not set
CT_CLOOG_V_0_15_9=y
# CT_CLOOG_V_0_15_8 is not set
# CT_CLOOG_V_0_15_7 is not set
@@ -378,6 +405,7 @@ CT_CLOOG_VERSION="0.15.9"
#
# Companion libraries common options
#
+CT_COMPLIBS_BACKUP=y
# CT_COMPLIBS_CHECK is not set
# CT_COMPLIBS_SHARED is not set