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/mips-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/mips-unknown-elf')
-rw-r--r-- | samples/mips-unknown-elf/crosstool.config | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/samples/mips-unknown-elf/crosstool.config b/samples/mips-unknown-elf/crosstool.config index a517257a..baacd1a8 100644 --- a/samples/mips-unknown-elf/crosstool.config +++ b/samples/mips-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:29:54 2011 +# crosstool-NG hg+default-e6be0f495de3 Configuration +# Mon Jan 30 22:48:04 2012 # -CT_CONFIGURE_has_xzutils=y +CT_CONFIGURE_has_xz=y CT_CONFIGURE_has_cvs=y CT_CONFIGURE_has_svn=y CT_MODULES=y @@ -90,8 +90,9 @@ CT_LOG_FILE_COMPRESS=y CT_ARCH="mips" CT_ARCH_SUPPORTS_BOTH_ENDIAN=y CT_ARCH_SUPPORTS_32=y -CT_ARCH_SUPPORT_ARCH=y -CT_ARCH_SUPPORT_TUNE=y +CT_ARCH_SUPPORTS_WITH_ARCH=y +CT_ARCH_SUPPORTS_WITH_TUNE=y +CT_ARCH_SUPPORTS_WITH_FLOAT=y CT_ARCH_DEFAULT_BE=y CT_ARCH_DEFAULT_32=y CT_ARCH_ARCH="" @@ -129,10 +130,12 @@ CT_ARCH_x86_AVAILABLE=y # Generic target options # CT_ARCH_USE_MMU=y +CT_ARCH_ENDIAN="big" # # Target optimisations # +CT_ARCH_FLOAT="soft" # # mips other options @@ -175,6 +178,11 @@ CT_BUILD_PREFIX="" CT_BUILD_SUFFIX="" # +# Misc options +# +# CT_TOOLCHAIN_ENABLE_NLS is not set + +# # Operating System # CT_BARE_METAL=y @@ -303,6 +311,7 @@ CT_DEBUG_gdb=y CT_GDB_CROSS=y # CT_GDB_CROSS_STATIC is not set CT_GDB_CROSS_PYTHON=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="" # # In bare-metal, you'll need to |