commit: b7015e29f66c8fda2c8787542f8db889e909de23 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 2 14:55:40 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 14:55:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b7015e29
arch: Delete i686-t64 subarch, not needed chost is set by profile, cflags are identical, rel_type is changed Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> arch/x86.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/x86.toml b/arch/x86.toml index fc131087..24d4c547 100644 --- a/arch/x86.toml +++ b/arch/x86.toml @@ -15,10 +15,6 @@ 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"