mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +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>
4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_M68K=y
|
|
CT_KERNEL_LINUX=y
|