profiles, x86, 23.0: add and inherit i{4,6}86 subfeatures

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-01-21 23:24:22 +01:00
parent ab097ea79e
commit 8badb2d481
6 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,10 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="i486-pc-linux-gnu"
CFLAGS="-O2 -march=i486 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
CPU_FLAGS_X86=""

View File

@@ -0,0 +1 @@
5

View File

@@ -0,0 +1,10 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"
CPU_FLAGS_X86="mmx sse"

View File

@@ -1 +1,2 @@
..
../../../../../arch/x86/i486

View File

@@ -1 +1,2 @@
..
../../../../../arch/x86/i686