aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-20 20:13:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-20 20:13:58 +0200
commitf38ef80b0152982794fe96eb807fb2bce9178760 (patch)
tree342625e3d2afa749dd383641102a08b9052caad7
parentstagebase: Fix and improve port_logdir config option (diff)
downloadcatalyst-f38ef80b0152982794fe96eb807fb2bce9178760.tar.gz
catalyst-f38ef80b0152982794fe96eb807fb2bce9178760.tar.bz2
catalyst-f38ef80b0152982794fe96eb807fb2bce9178760.zip
Add m68k musl definition
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/m68k.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k.toml b/arch/m68k.toml
index 1df696c1..e25659b9 100644
--- a/arch/m68k.toml
+++ b/arch/m68k.toml
@@ -2,3 +2,6 @@
COMMON_FLAGS = " -pipe -O2"
CHOST = "m68k-unknown-linux-gnu"
+[m68k.m68k_musl]
+COMMON_FLAGS = " -pipe -O2"
+CHOST = "m68k-gentoo-linux-musl"