mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +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.
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# ia64 specific config options
|
|
# depends on EXPERIMENTAL
|
|
|
|
config ARCH_ia64
|
|
select ARCH_SUPPORTS_64
|
|
select ARCH_DEFAULT_64
|
|
select ARCH_USE_MMU
|
|
select ARCH_SUPPORTS_BOTH_ENDIAN
|
|
help
|
|
The ia64 architecture, as defined by:
|
|
http://www.intel.com/design/itanium/arch_spec.htm
|