From 2cd8f6d6d41f462c87d75f7bd847902dbf25b618 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 21 Jan 2024 23:42:48 +0100 Subject: arch: Do not set CHOST and *FLAGS for generic x86.x86 subarch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way both can be picked up from the profile Signed-off-by: Andreas K. Hüttel --- 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" -- cgit v1.2.3-65-gdbad