From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70763158041 for ; Mon, 25 Mar 2024 11:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E91DE29FB; Mon, 25 Mar 2024 11:04:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3563BE29FB for ; Mon, 25 Mar 2024 11:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3636733FECD for ; Mon, 25 Mar 2024 11:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C3DBB29 for ; Mon, 25 Mar 2024 11:04:18 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1710949645.d7f66b18130bfd10a512dcae0004153aa453ce9f.bkohler@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: arch/x86.toml X-VCS-Directories: arch/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: d7f66b18130bfd10a512dcae0004153aa453ce9f X-VCS-Branch: master Date: Mon, 25 Mar 2024 11:04:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a50d04a6-45ea-4393-bb42-3f74fb84b078 X-Archives-Hash: d757ce16d2775dcc2cfb118874ebad93 commit: d7f66b18130bfd10a512dcae0004153aa453ce9f Author: Matoro Mahri matoro tk> AuthorDate: Sun Mar 10 23:08:08 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Mar 20 15:47:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d7f66b18 arch: remove x86.pentium-m, x86.pentium-4, x86.prescott subprofiles Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ben Kohler gentoo.org> arch/x86.toml | 12 ------------ 1 file changed, 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",]