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 8CA2E158086 for ; Sat, 20 Nov 2021 14:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC2B6E07DB; Sat, 20 Nov 2021 14:31:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B1D91E07DB for ; Sat, 20 Nov 2021 14:31:44 +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 73F2133E6A7 for ; Sat, 20 Nov 2021 14:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE7A1BD for ; Sat, 20 Nov 2021 14:31:41 +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: <1637418670.2bcd8c9654fc53858863dae69784a996475cb22c.dilfridge@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: arch/arm.toml X-VCS-Directories: arch/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 2bcd8c9654fc53858863dae69784a996475cb22c X-VCS-Branch: master Date: Sat, 20 Nov 2021 14:31:41 +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: b648af9b-8ee6-4a6e-81a4-d406e5beb9cf X-Archives-Hash: a97d11d304fcdd0ac7eb6b956e28a9e2 commit: 2bcd8c9654fc53858863dae69784a996475cb22c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Nov 20 14:31:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Nov 20 14:31:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2bcd8c96 arch: Add armv6j hardfloat musl subarch Signed-off-by: Andreas K. Hüttel gentoo.org> arch/arm.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm.toml b/arch/arm.toml index 712df346..6e9cc635 100644 --- a/arch/arm.toml +++ b/arch/arm.toml @@ -42,6 +42,10 @@ CHOST = "armv7a-softfp-linux-gnueabi" COMMON_FLAGS = "-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard" CHOST = "armv6j-unknown-linux-gnueabihf" +[arm.armv6j_hardfp_musl] +COMMON_FLAGS = "-O2 -pipe -march=armv6j -mfpu=vfp -mfloat-abi=hard" +CHOST = "armv6j-unknown-linux-musleabihf" + [arm.armv7a_hardfp] COMMON_FLAGS = "-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" CHOST = "armv7a-unknown-linux-gnueabihf"