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 6CD9115802F for ; Sun, 5 Mar 2023 21:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95DFBE0878; Sun, 5 Mar 2023 21:32:25 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7B7A1E0878 for ; Sun, 5 Mar 2023 21:32:25 +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 6A15A340FB9 for ; Sun, 5 Mar 2023 21:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBB2A8B5 for ; Sun, 5 Mar 2023 21:32:22 +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: <1678051918.c9d0f96dc7dbe5cfb32e8379022fd44016445bd5.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: c9d0f96dc7dbe5cfb32e8379022fd44016445bd5 X-VCS-Branch: master Date: Sun, 5 Mar 2023 21:32:22 +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: df4c2d24-9b9e-4617-b283-0a835cad7902 X-Archives-Hash: a8d125d3bbbbbe77edfd85407f79e21a commit: c9d0f96dc7dbe5cfb32e8379022fd44016445bd5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Mar 5 21:31:58 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Mar 5 21:31:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c9d0f96d Add mips musl subarch definitions Signed-off-by: Andreas K. Hüttel gentoo.org> arch/mips.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/arch/mips.toml b/arch/mips.toml index 22c9a22a..95fd6b40 100644 --- a/arch/mips.toml +++ b/arch/mips.toml @@ -6,6 +6,10 @@ COMMON_FLAGS = "-O2 -march=mips1 -mabi=32 -mplt -pipe" CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" +[mips.mips2_musl] +CHOST = "mips-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" + [mips.mips32] CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips32 -mabi=32 -mplt -pipe" @@ -26,6 +30,10 @@ COMMON_FLAGS = "-O2 -march=mips32r2 -mabi=32 -mplt -pipe" CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips3 -mabi=32 -mplt -mfix-r4000 -mfix-r4400 -pipe" +[mips.mips3_musl] +CHOST = "mips-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips3 -mabi=32 -mplt -mfix-r4000 -mfix-r4400 -pipe" + [mips.mips4_r5k] CHOST = "mips-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=r5k -mabi=32 -mplt -pipe" @@ -54,6 +62,10 @@ COMMON_FLAGS = "-O2 -march=mips1 -mabi=32 -mplt -pipe" CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" +[mips.mipsel2_musl] +CHOST = "mipsel-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips2 -mabi=32 -mplt -pipe" + [mips.mips32el] CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips32 -mabi=32 -mplt -pipe" @@ -74,6 +86,10 @@ COMMON_FLAGS = "-O2 -march=mips32r2 -mabi=32 -mplt -pipe" CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips3 -mabi=32 -mplt -Wa,-mfix-loongson2f-nop -mfix-r5900 -pipe" +[mips.mipsel3_musl] +CHOST = "mipsel-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips3 -mabi=32 -mplt -Wa,-mfix-loongson2f-nop -mfix-r5900 -pipe" + [mips.mipsel4_r5k] CHOST = "mipsel-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=r5k -mabi=32 -mplt -pipe" @@ -106,6 +122,10 @@ COMMON_FLAGS = "-O2 -march=mips3 -mabi=n32 -mplt -mfix-r4000 -mfix-r4400 -pipe" CHOST = "mips64-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips3 -mabi=64 -mfix-r4000 -mfix-r4400 -pipe" +[mips64.mips3_n64_musl] +CHOST = "mips64-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips3 -mabi=64 -mfix-r4000 -mfix-r4400 -pipe" + [mips64.mips3_multilib] CHOST = "mips64-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips3 -mplt -mfix-r4000 -mfix-r4400 -pipe" @@ -202,6 +222,10 @@ COMMON_FLAGS = "-O2 -march=mips64 -mabi=n32 -mplt -pipe" CHOST = "mips64el-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips64 -mabi=64 -pipe" +[mips64.mips64el_n64_musl] +CHOST = "mips64el-gentoo-linux-musl" +COMMON_FLAGS = "-O2 -march=mips64 -mabi=64 -pipe" + [mips64.mips64el_multilib] CHOST = "mips64el-unknown-linux-gnu" COMMON_FLAGS = "-O2 -march=mips64 -mplt -pipe"