commit:     2cd8f6d6d41f462c87d75f7bd847902dbf25b618
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 22:42:48 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 22:44:54 2024 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2cd8f6d6

arch: Do not set CHOST and *FLAGS for generic x86.x86 subarch

This way both can be picked up from the profile

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 arch/x86.toml | 2 --
 1 file changed, 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"

Reply via email to