mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
d6ab57ffcb
ARM compilers can be built for soft float (software only, floats in core registers), hard float (uses floating point instructions, floats in FPU registers), or the half-way house softfp (uses floating point instructions, floats in core registers). Signed-off-by: Michael Hope <michael.hope@linaro.org> [yann.morin.1998@anciens.enib.fr: split the original patch] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
# ARM specific configuration file
|
|
|
|
## select ARCH_SUPPORTS_32
|
|
## select ARCH_DEFAULT_32
|
|
## select ARCH_SUPPORTS_BOTH_MMU
|
|
## select ARCH_DEFAULT_HAS_MMU
|
|
## select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
## select ARCH_DEFAULT_LE
|
|
## select ARCH_SUPPORT_ARCH
|
|
## select ARCH_SUPPORT_CPU
|
|
## select ARCH_SUPPORT_TUNE
|
|
## select ARCH_SUPPORT_FPU
|
|
## select ARCH_SUPPORT_SOFTFP
|
|
##
|
|
## help The ARM architecture, as defined by:
|
|
## help http://www.arm.com/
|