mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
a5035761e7
Even if the selected ARCH does not support different bitness (or we do not support building with another bitness), still select the appropriate bitness.
16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
# AVR32 specific configuration file
|
|
# depends on EXPERIMENTAL
|
|
|
|
config ARCH_avr32
|
|
select ARCH_SUPPORTS_32
|
|
select ARCH_DEFAULT_32
|
|
select ARCH_USE_MMU
|
|
select ARCH_DEFAULT_BE
|
|
select ARCH_SUPPORT_ARCH
|
|
select ARCH_SUPPORT_CPU
|
|
select ARCH_SUPPORT_TUNE
|
|
select ARCH_SUPPORT_FPU
|
|
help
|
|
The AVR32 architecture, as defined by:
|
|
http://www.atmel.com/products/avr32
|