commit: 4664d2c8ad34d9c703172fd3787da58f66029267 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun May 18 13:37:23 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun May 18 13:37:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4664d2c8
arch: Add experimental m68k -malign-int subarch 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 695f0f83..278f787c 100644 --- a/arch/m68k.toml +++ b/arch/m68k.toml @@ -2,5 +2,8 @@ COMMON_FLAGS = " -pipe -O2" CHOST = "m68k-unknown-linux-gnu" +[m68k.m68k_a32] +COMMON_FLAGS = " -pipe -O2 -malign-int" + [m68k.m68k_musl] COMMON_FLAGS = " -pipe -O2"
