diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-02-01 00:10:59 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-02-01 00:10:59 +0100 |
commit | e1d16aa95e3533a6f570325891718117e4d952c6 (patch) | |
tree | 578341874b9f4f99f7111f8e0abfdc21669858b3 /samples/m68k-unknown-elf | |
parent | d4cfedec3cc4476c0f18abe046c1326c7e81dcc5 (diff) | |
download | crosstool-ng-e1d16aa95e3533a6f570325891718117e4d952c6.tar.gz crosstool-ng-e1d16aa95e3533a6f570325891718117e4d952c6.tar.bz2 crosstool-ng-e1d16aa95e3533a6f570325891718117e4d952c6.zip |
samples: update before release
Update all samples to reflect the new set of options, plus:
- remove the arm-iphone-linux-gnueabi sample (obsolete...)
- disable hard-float in ARM bare-metal samples.
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 | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/samples/m68k-unknown-elf/crosstool.config b/samples/m68k-unknown-elf/crosstool.config index b8781715..30e644dd 100644 --- a/samples/m68k-unknown-elf/crosstool.config +++ b/samples/m68k-unknown-elf/crosstool.config @@ -1,9 +1,9 @@ # # Automatically generated make config: don't edit -# crosstool-NG hg_default@2721_7b64746b0ab3 Configuration -# Sun Oct 16 17:28:26 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:45:22 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -89,14 +89,12 @@ CT_LOG_FILE_COMPRESS=y # CT_ARCH="m68k" CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_CPU=y +CT_ARCH_SUPPORTS_WITH_CPU=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_CPU="cpu32" CT_ARCH_32=y CT_ARCH_BITNESS=32 -CT_ARCH_FLOAT_HW=y -# CT_ARCH_FLOAT_SW is not set CT_TARGET_CFLAGS="" CT_TARGET_LDFLAGS="" # CT_ARCH_alpha is not set @@ -125,10 +123,12 @@ CT_ARCH_x86_AVAILABLE=y # # Generic target options # +# CT_MULTILIB is not set # # Target optimisations # +CT_ARCH_FLOAT="" # # Toolchain options @@ -169,6 +169,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -193,6 +198,7 @@ CT_ARCH_BINFMT_FLAT=y # # GNU binutils # +# CT_BINUTILS_V_2_22 is not set # CT_BINUTILS_V_2_21_53 is not set # CT_BINUTILS_V_2_21_1a is not set CT_BINUTILS_V_2_20_1a=y @@ -223,6 +229,7 @@ CT_CC="gcc" CT_CC_VERSION="4.3.4" CT_CC_gcc=y # CT_CC_GCC_SHOW_LINARO is not set +# CT_CC_V_4_6_2 is not set # CT_CC_V_4_6_1 is not set # CT_CC_V_4_6_0 is not set # CT_CC_V_4_5_3 is not set @@ -266,6 +273,7 @@ CT_CC_SUPPORT_OBJCXX=y # CT_CC_ENABLE_CXX_FLAGS="" CT_CC_CORE_EXTRA_CONFIG_ARRAY="" +# CT_CC_GCC_SYSTEM_ZLIB is not set # # Optimisation features @@ -323,6 +331,7 @@ CT_GMP_V_4_3_2=y # CT_GMP_V_4_3_1 is not set # CT_GMP_V_4_3_0 is not set CT_GMP_VERSION="4.3.2" +# CT_MPFR_V_3_1_0 is not set # CT_MPFR_V_3_0_1 is not set # CT_MPFR_V_3_0_0 is not set CT_MPFR_V_2_4_2=y |