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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BA0D15812D for ; Sat, 04 Jan 2025 15:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BF80E07AE; Sat, 04 Jan 2025 15:20:04 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A97CE07AE for ; Sat, 04 Jan 2025 15:20:04 +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 936B933FE60 for ; Sat, 04 Jan 2025 15:20:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0FF71996 for ; Sat, 04 Jan 2025 15:19:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735948618.8e4ef49ce468b9d6658f18d2dc7279c2779ab551.sam@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: .github/workflows/ X-VCS-Repository: proj/crossdev X-VCS-Files: .github/workflows/crossdev.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8e4ef49ce468b9d6658f18d2dc7279c2779ab551 X-VCS-Branch: master Date: Sat, 04 Jan 2025 15:19:59 +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: 4f7ba6c7-9892-461c-b32b-7fa1a6e0cb3a X-Archives-Hash: 12756bfb2af0f5be87f03a2af37b8c45 commit: 8e4ef49ce468b9d6658f18d2dc7279c2779ab551 Author: Sam James gentoo org> AuthorDate: Fri Jan 3 23:55:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 23:56:58 2025 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=8e4ef49c ci: add more arm targets Add softfp and hardfp targets for armv6j and armv7a. Signed-off-by: Sam James gentoo.org> .github/workflows/crossdev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index 840ab95..f265484 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -28,12 +28,12 @@ jobs: - target: armeb-unknown-linux-gnueabihf - target: armeb-unknown-linux-musleabi - target: armeb-unknown-linux-musleabihf - # glibc fails to build: `attempt to use an ARM instruction on a - # Thumb-only processor`. - # - target: armv7-unknown-linux-gnueabi - # - target: armv7-unknown-linux-gnueabihf - target: armv7-unknown-linux-musleabi - target: armv7-unknown-linux-musleabihf + - target: armv6j-softfp-linux-gnueabi + - target: armv6j-unknown-linux-gnueabihf + - target: armv7a-softfp-linux-gnueabi + - target: armv7a-unknown-linux-gnueabihf - target: hppa1.1-unknown-linux-gnu - target: hppa2.0-unknown-linux-gnu - target: hppa64-unknown-linux-gnu