commit: a471b2060c005fa995271368c603c276ab35c0af Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Dec 6 21:25:39 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Dec 6 21:25:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=a471b206
arch: Add new m68k musl definition for 23.0 profiles Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/m68k.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/m68k.toml b/arch/m68k.toml index e25659b9..87bc4aa5 100644 --- a/arch/m68k.toml +++ b/arch/m68k.toml @@ -5,3 +5,7 @@ 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"
