mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
12dd99421c
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>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# m68k specific configuration file
|
|
|
|
## no-package
|
|
## 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
|
|
##
|
|
## help The m68k architecture
|