commit: 9cd868bf99b6192019bee0ddd959445eb9d9c4f3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 21:29:00 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 21:29:36 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9cd868bf
arch: Alternative approach. Rely on profile for m68k musl CHOST... Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/m68k.toml | 5 ----- 1 file changed, 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"
