aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-09-23 12:31:02 +1200
committerChris Packham <judge.packham@gmail.com>2023-09-24 16:15:09 +1300
commit12dd99421c765addd0b65cc49ba60af9e19f9732 (patch)
tree57552a81432a2bd0ccd38542deec015c2a04b058 /samples
parenta0bf704ede5c13b7b90cb3d7e7dccbaa996aadb8 (diff)
downloadcrosstool-ng-12dd99421c765addd0b65cc49ba60af9e19f9732.tar.gz
crosstool-ng-12dd99421c765addd0b65cc49ba60af9e19f9732.tar.bz2
crosstool-ng-12dd99421c765addd0b65cc49ba60af9e19f9732.zip
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/m68k-unknown-linux-gnu/crosstool.config3
-rw-r--r--samples/m68k-unknown-linux-gnu/reported.by3
-rw-r--r--samples/m68k-unknown-uclinux-uclibc/crosstool.config1
3 files changed, 7 insertions, 0 deletions
diff --git a/samples/m68k-unknown-linux-gnu/crosstool.config b/samples/m68k-unknown-linux-gnu/crosstool.config
new file mode 100644
index 00000000..edb9f188
--- /dev/null
+++ b/samples/m68k-unknown-linux-gnu/crosstool.config
@@ -0,0 +1,3 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_M68K=y
+CT_KERNEL_LINUX=y
diff --git a/samples/m68k-unknown-linux-gnu/reported.by b/samples/m68k-unknown-linux-gnu/reported.by
new file mode 100644
index 00000000..874ee20f
--- /dev/null
+++ b/samples/m68k-unknown-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name=""
+reporter_url=""
+reporter_comment=""
diff --git a/samples/m68k-unknown-uclinux-uclibc/crosstool.config b/samples/m68k-unknown-uclinux-uclibc/crosstool.config
index c825d375..7ff9d18d 100644
--- a/samples/m68k-unknown-uclinux-uclibc/crosstool.config
+++ b/samples/m68k-unknown-uclinux-uclibc/crosstool.config
@@ -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