mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
arch/arm: add support for noMMU
Some ARM cores do not have an MMU (eg. Cortex-Mx and Cortex-Rx series). Thus, allow the user to configure out the MMU for ARM.
This commit is contained in:
parent
49e5b08739
commit
7bf7b7ff9a
@ -1,7 +1,8 @@
|
||||
# ARM specific configuration file
|
||||
|
||||
config ARCH_arm
|
||||
select ARCH_USE_MMU
|
||||
select ARCH_SUPPORTS_BOTH_MMU
|
||||
select ARCH_DEFAULT_HAS_MMU
|
||||
select ARCH_SUPPORTS_BOTH_ENDIAN
|
||||
select ARCH_DEFAULT_LE
|
||||
select ARCH_SUPPORT_ARCH
|
||||
|
Loading…
x
Reference in New Issue
Block a user