From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB4E415808A for ; Fri, 18 Jul 2025 08:03:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B033A340F9F for ; Fri, 18 Jul 2025 08:03:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A7083110213; Fri, 18 Jul 2025 08:03:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 9DAE5110213 for ; Fri, 18 Jul 2025 08:03:19 +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 5C588340DD9 for ; Fri, 18 Jul 2025 08:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC772151 for ; Fri, 18 Jul 2025 08:03:17 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1752825758.2cc1a888f5aa6e0a91f40f9ce6c044604fc6bf8e.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: arch/mips.toml X-VCS-Directories: arch/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2cc1a888f5aa6e0a91f40f9ce6c044604fc6bf8e X-VCS-Branch: master Date: Fri, 18 Jul 2025 08:03:17 +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: 12ff1ea1-ec9c-41eb-8595-20c317a4aef8 X-Archives-Hash: 596e48b65c0bbb03a7cc111f03f664b2 commit: 2cc1a888f5aa6e0a91f40f9ce6c044604fc6bf8e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 18 08:02:38 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 18 08:02:38 2025 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2cc1a888 arch: start cleaning up unnecessary (equal profile) mips CHOST settings Signed-off-by: Andreas K. Hüttel gentoo.org> arch/mips.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips.toml b/arch/mips.toml index b22d4567..dd9365bc 100644 --- a/arch/mips.toml +++ b/arch/mips.toml @@ -67,7 +67,6 @@ CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" [mips.mipsel2_softfloat] -CHOST = "mipsel-softfloat-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -msoft-float -pipe" [mips.mipsel2_musl]