m68k: Support MMU

Some m68k variants do have a MMU so the architecture can set
ARCH_USE_MMU. That means we can have a m68k-unknown-linux-gnu
configuration and that m68k-unknown-uclinux-uclibc needs to select
LIBC_UCLIBC_NG since it's no longer the default.

Fixes #2040
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2023-09-23 12:31:02 +12:00
parent a0bf704ede
commit 12dd99421c
4 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
## select ARCH_SUPPORTS_32
## select ARCH_DEFAULT_32
## select ARCH_DEFAULT_BE
## select ARCH_USE_MMU
## select ARCH_SUPPORTS_FLAT_FORMAT
## select ARCH_SUPPORTS_WITH_CPU
##

View File

@ -0,0 +1,3 @@
CT_CONFIG_VERSION="4"
CT_ARCH_M68K=y
CT_KERNEL_LINUX=y

View File

@ -0,0 +1,3 @@
reporter_name=""
reporter_url=""
reporter_comment=""

View File

@ -1,4 +1,5 @@
CT_CONFIG_VERSION="4"
CT_ARCH_M68K=y
CT_KERNEL_LINUX=y
CT_LIBC_UCLIBC_NG=y
CT_THREADS_LT=y