mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
profiles/arch/x86/i486/eapi
Normal file
1
profiles/arch/x86/i486/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
10
profiles/arch/x86/i486/make.defaults
Normal file
10
profiles/arch/x86/i486/make.defaults
Normal 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=""
|
||||
1
profiles/arch/x86/i686/eapi
Normal file
1
profiles/arch/x86/i686/eapi
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
10
profiles/arch/x86/i686/make.defaults
Normal file
10
profiles/arch/x86/i686/make.defaults
Normal 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"
|
||||
@@ -1 +1,2 @@
|
||||
..
|
||||
../../../../../arch/x86/i486
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
..
|
||||
../../../../../arch/x86/i686
|
||||
|
||||
Reference in New Issue
Block a user