aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-08-19 16:18:57 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-08-19 16:18:57 +0200
commit444e3cece1f51581178e0de2ab72f228a9e15bbe (patch)
treead6222edc5abf92b2a9f38fe41f39f9a82e29848
parentstage1: Drop now unneeded imports again (diff)
downloadcatalyst-master.tar.gz
catalyst-master.tar.bz2
catalyst-master.zip
arch: add x86.i686-t64 subarch definition with appropriate *FLAGSHEADmaster
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/x86.toml4
1 files changed, 4 insertions, 0 deletions
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"