aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-06 22:29:00 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-12-06 22:29:36 +0100
commit9cd868bf99b6192019bee0ddd959445eb9d9c4f3 (patch)
tree8902aee913325f8a547d51e21a6e6866aa62498d
parentarch: Add new m68k musl definition for 23.0 profiles (diff)
downloadcatalyst-9cd868bf99b6192019bee0ddd959445eb9d9c4f3.tar.gz
catalyst-9cd868bf99b6192019bee0ddd959445eb9d9c4f3.tar.bz2
catalyst-9cd868bf99b6192019bee0ddd959445eb9d9c4f3.zip
arch: Alternative approach. Rely on profile for m68k musl CHOST...
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/m68k.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k.toml b/arch/m68k.toml
index 87bc4aa5..695f0f83 100644
--- a/arch/m68k.toml
+++ b/arch/m68k.toml
@@ -4,8 +4,3 @@ CHOST = "m68k-unknown-linux-gnu"
[m68k.m68k_musl]
COMMON_FLAGS = " -pipe -O2"
-CHOST = "m68k-gentoo-linux-musl"
-
-[m68k.m68k_musl_new]
-COMMON_FLAGS = " -pipe -O2"
-CHOST = "m68k-unknown-linux-musl"