diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 15:55:40 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 15:55:40 +0100 |
commit | b7015e29f66c8fda2c8787542f8db889e909de23 (patch) | |
tree | a4ca716090512c91119aff1ab4864aa55d16a6aa | |
parent | Default to C.UTF-8 same as the ISO (diff) | |
download | catalyst-b7015e29f66c8fda2c8787542f8db889e909de23.tar.gz catalyst-b7015e29f66c8fda2c8787542f8db889e909de23.tar.bz2 catalyst-b7015e29f66c8fda2c8787542f8db889e909de23.zip |
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.toml | 4 |
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" |