aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-02 15:55:40 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-02 15:55:40 +0100
commitb7015e29f66c8fda2c8787542f8db889e909de23 (patch)
treea4ca716090512c91119aff1ab4864aa55d16a6aa
parentDefault to C.UTF-8 same as the ISO (diff)
downloadcatalyst-master.tar.gz
catalyst-master.tar.bz2
catalyst-master.zip
arch: Delete i686-t64 subarch, not neededHEADmaster
chost is set by profile, cflags are identical, rel_type is changed Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/x86.toml4
1 files changed, 0 insertions, 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"