mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
bb704f532a
The configure error mentioned in the commits that disable --with-arch/--with-tune when --with-cpu is specified is specific to ARM builds. For other architectures, it makes sense (hey, it even makes sense for ARM - read 'info gcc'! - it is just a shortcoming of ARM build, apparently). Thus, add an arch setting ARCH_EXCLUSIVE_WITH_CPU (currently, set only for ARM) that will trigger current behavior. Permit combinations of --with-arch/cpu/tune for other arches. Signed-off-by: Alexey Neyman <stilor@att.net>
20 lines
588 B
Plaintext
20 lines
588 B
Plaintext
# ARM specific configuration file
|
|
|
|
## select ARCH_SUPPORTS_32
|
|
## select ARCH_SUPPORTS_64
|
|
## 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_SUPPORTS_WITH_ARCH
|
|
## select ARCH_SUPPORTS_WITH_CPU
|
|
## select ARCH_EXCLUSIVE_WITH_CPU
|
|
## select ARCH_SUPPORTS_WITH_TUNE
|
|
## select ARCH_SUPPORTS_WITH_FLOAT if ARCH_32
|
|
## select ARCH_SUPPORTS_WITH_FPU if ARCH_32
|
|
## select ARCH_SUPPORTS_SOFTFP if ARCH_32
|
|
##
|
|
## help The ARM architecture, as defined by:
|
|
## help http://www.arm.com/
|