commit: f38ef80b0152982794fe96eb807fb2bce9178760 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jul 20 18:13:58 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jul 20 18:13:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f38ef80b
Add m68k musl definition Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/m68k.toml | 3 +++ 1 file changed, 3 insertions(+) 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"
