aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-01-21 23:42:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-01-21 23:44:54 +0100
commit2cd8f6d6d41f462c87d75f7bd847902dbf25b618 (patch)
treeb92b1e5a6c496ba6c73fead6fcc17ed65c0458cd
parentkmerge.sh: don't remove the /usr/src/linux symlink (diff)
downloadcatalyst-2cd8f6d6d41f462c87d75f7bd847902dbf25b618.tar.gz
catalyst-2cd8f6d6d41f462c87d75f7bd847902dbf25b618.tar.bz2
catalyst-2cd8f6d6d41f462c87d75f7bd847902dbf25b618.zip
arch: Do not set CHOST and *FLAGS for generic x86.x86 subarch4.0-rc1
This way both can be picked up from the profile Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--arch/x86.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86.toml b/arch/x86.toml
index 2dfac9b7..ea709cce 100644
--- a/arch/x86.toml
+++ b/arch/x86.toml
@@ -3,8 +3,6 @@ arch = "linux32"
if_build = "x86_64"
[x86.x86]
-COMMON_FLAGS = "-O2 -mtune=i686 -pipe"
-CHOST = "i386-pc-linux-gnu"
[x86.i486]
COMMON_FLAGS = "-O2 -march=i486 -pipe"