aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatoro Mahri <matoro_gentoo@matoro.tk>2024-03-10 19:08:08 -0400
committerBen Kohler <bkohler@gentoo.org>2024-03-20 10:47:25 -0500
commitd7f66b18130bfd10a512dcae0004153aa453ce9f (patch)
tree066b639ed1fa2b8e205ee5f3047b792158aaa0ab
parentavoid chrooting and running the $PATH to bash from outside the chroot (diff)
downloadcatalyst-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>
-rw-r--r--arch/x86.toml12
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",]