commit: 444e3cece1f51581178e0de2ab72f228a9e15bbe Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Aug 19 14:18:57 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 14:18:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=444e3cec
arch: add x86.i686-t64 subarch definition with appropriate *FLAGS Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/x86.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/x86.toml b/arch/x86.toml index 24d4c547..fc131087 100644 --- a/arch/x86.toml +++ b/arch/x86.toml @@ -15,6 +15,10 @@ CHOST = "i586-pc-linux-gnu" [x86.i686] COMMON_FLAGS = "-O2 -march=i686 -pipe" +[x86.i686-t64] +COMMON_FLAGS = "-O2 -march=i686 -pipe -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" +CHOST = "i686-pc_t64-linux-gnu" + [x86.pentium] COMMON_FLAGS = "-O2 -march=i586 -pipe" CHOST = "i586-pc-linux-gnu"