diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-03 18:30:30 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-03 18:30:30 +0100 |
commit | fd5d0a93e27b44c3c523d52ce5d5ed5320998758 (patch) | |
tree | ee580d9922c4dde5ad5b6d8bc35ff9731ea1fe2c /samples/m68k-unknown-elf | |
parent | 65368bd25e56810aecfdda156e510e8507fad4af (diff) | |
download | crosstool-ng-fd5d0a93e27b44c3c523d52ce5d5ed5320998758.tar.gz crosstool-ng-fd5d0a93e27b44c3c523d52ce5d5ed5320998758.tar.bz2 crosstool-ng-fd5d0a93e27b44c3c523d52ce5d5ed5320998758.zip |
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/m68k-unknown-elf')
-rw-r--r-- | samples/m68k-unknown-elf/crosstool.config | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/samples/m68k-unknown-elf/crosstool.config b/samples/m68k-unknown-elf/crosstool.config index 8e233308..132affe4 100644 --- a/samples/m68k-unknown-elf/crosstool.config +++ b/samples/m68k-unknown-elf/crosstool.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# crosstool-NG version: hg_default@2055_efdb38c7f4df -# Fri Jul 30 23:43:36 2010 +# crosstool-NG version: hg_default@2171_c2541d3f2f56 +# Tue Nov 2 19:24:33 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 @@ -225,12 +226,15 @@ CT_ELF2FLT_EXTRA_CONFIG="" CT_CC="gcc" CT_CC_VERSION="4.3.4" 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 is not set # CT_CC_V_4_4_0 is not set +# CT_CC_V_4_3_5 is not set CT_CC_V_4_3_4=y # CT_CC_V_4_3_3 is not set # CT_CC_V_4_3_2 is not set @@ -247,9 +251,12 @@ CT_CC_GCC_4_2_or_later=y CT_CC_GCC_4_3_or_later=y # CT_CC_GCC_4_4_or_later is not set # CT_CC_GCC_4_5_or_later is not set +# CT_CC_GCC_HAS_GRAPHITE is not set +# CT_CC_GCC_HAS_LTO is not set CT_CC_GCC_USE_GMP_MPFR=y # CT_CC_GCC_USE_PPL_CLOOG is not set -# 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="" @@ -270,12 +277,15 @@ CT_CC_SUPPORT_OBJCXX=y # gcc other options # CT_CC_GCC_ENABLE_TARGET_OPTSPACE=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 @@ -311,10 +321,13 @@ CT_THREADS="none" # # Companion libraries # - -# -# FIXME: check real dependencies!!! -# +CT_COMPLIBS_NEEDED=y +CT_GMP_NEEDED=y +CT_MPFR_NEEDED=y +# CT_PPL_NEEDED is not set +# CT_CLOOG_NEEDED is not set +# CT_MPC_NEEDED is not set +# CT_LIBELF_NEEDED is not set CT_COMPLIBS=y # CT_WRAPPER_NEEDED is not set CT_GMP=y @@ -337,6 +350,7 @@ CT_MPFR_VERSION="2.4.2" # # Companion libraries common options # +CT_COMPLIBS_BACKUP=y # CT_COMPLIBS_CHECK is not set # CT_COMPLIBS_SHARED is not set |