diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-03-10 19:08:08 -0400 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-03-20 10:47:25 -0500 |
commit | d7f66b18130bfd10a512dcae0004153aa453ce9f (patch) | |
tree | 066b639ed1fa2b8e205ee5f3047b792158aaa0ab /arch/x86.toml | |
parent | avoid chrooting and running the $PATH to bash from outside the chroot (diff) | |
download | catalyst-d7f66b18130bfd10a512dcae0004153aa453ce9f.tar.gz catalyst-d7f66b18130bfd10a512dcae0004153aa453ce9f.tar.bz2 catalyst-d7f66b18130bfd10a512dcae0004153aa453ce9f.zip |
arch: remove x86.pentium-m, x86.pentium-4, x86.prescott subprofiles
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'arch/x86.toml')
-rw-r--r-- | arch/x86.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86.toml b/arch/x86.toml index ea709cce..5451d410 100644 --- a/arch/x86.toml +++ b/arch/x86.toml @@ -27,14 +27,6 @@ CPU_FLAGS_X86 = [ "mmx",] COMMON_FLAGS = "-O2 -march=pentium3 -pipe" CPU_FLAGS_X86 = [ "mmx", "mmxext", "sse",] -[x86.pentium-m] -COMMON_FLAGS = "-O2 -march=pentium-m -pipe" -CPU_FLAGS_X86 = [ "mmx", "mmxext", "sse", "sse2",] - -[x86.pentium4] -COMMON_FLAGS = "-O2 -march=pentium4 -pipe" -CPU_FLAGS_X86 = [ "mmx", "mmxext", "sse", "sse2",] - [x86.pentiumpro] COMMON_FLAGS = "-O2 -march=i686 -pipe" @@ -42,10 +34,6 @@ COMMON_FLAGS = "-O2 -march=i686 -pipe" COMMON_FLAGS = "-O2 -march=pentium-mmx -pipe" CPU_FLAGS_X86 = [ "mmx",] -[x86.prescott] -COMMON_FLAGS = "-O2 -march=prescott -pipe" -CPU_FLAGS_X86 = [ "mmx", "mmxext", "sse", "sse2", "sse3",] - [x86.k6] COMMON_FLAGS = "-O2 -march=k6 -pipe" CPU_FLAGS_X86 = [ "mmx",] |