mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
a0bf704ede
commit
12dd99421c
@ -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
|
||||
##
|
||||
|
3
samples/m68k-unknown-linux-gnu/crosstool.config
Normal file
3
samples/m68k-unknown-linux-gnu/crosstool.config
Normal file
@ -0,0 +1,3 @@
|
||||
CT_CONFIG_VERSION="4"
|
||||
CT_ARCH_M68K=y
|
||||
CT_KERNEL_LINUX=y
|
3
samples/m68k-unknown-linux-gnu/reported.by
Normal file
3
samples/m68k-unknown-linux-gnu/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name=""
|
||||
reporter_url=""
|
||||
reporter_comment=""
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user