From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1238111-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10F3713835A for <garchives@archives.gentoo.org>; Tue, 5 Jan 2021 23:25:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65474E0884; Tue, 5 Jan 2021 23:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D1FEE0884 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jan 2021 23:25:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C1073409A4 for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jan 2021 23:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE84D48E for <gentoo-commits@lists.gentoo.org>; Tue, 5 Jan 2021 23:25:42 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1609889121.9cf82e7d074495419ae1a801ee081b2fa6c83441.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9cf82e7d074495419ae1a801ee081b2fa6c83441 X-VCS-Branch: master Date: Tue, 5 Jan 2021 23:25:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f70895be-b3e2-4cfa-86bc-46c9c6619984 X-Archives-Hash: b9c14e7c1aec9898fa5e057401e95cc0 commit: 9cf82e7d074495419ae1a801ee081b2fa6c83441 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Jan 5 23:25:21 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Jan 5 23:25:21 2021 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9cf82e7d README: add more tuple examples that happen to work today Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 480cba5..25e005e 100644 --- a/README +++ b/README @@ -46,10 +46,12 @@ understand what crossdev does and does not do. A few examples of targets that worked today (produce running executables or kernels if applies): + aarch64-gentoo-linux-musl aarch64-unknown-linux-gnu alpha-unknown-linux-gnu arm-none-eabi armv5tel-softfloat-linux-gnueabi + armv6zk-unknown-linux-musleabihf armv7a-unknown-linux-gnueabihf avr hppa-unknown-linux-gnu @@ -64,7 +66,9 @@ executables or kernels if applies): mips64el-unknown-linux-gnu mipsel-unknown-linux-gnu mmix + msp430-elf nios2-unknown-linux-gnu + or1k-linux-musl powerpc-unknown-linux-gnu powerpc64-unknown-linux-gnu powerpc64le-unknown-linux-gnu @@ -73,10 +77,12 @@ executables or kernels if applies): sh4-unknown-linux-gnu sparc-unknown-linux-gnu sparc64-unknown-linux-gnu + vax-unknown-linux-gnu x86_64-HEAD-linux-gnu x86_64-UNREG-linux-gnu x86_64-pc-linux-gnu x86_64-w64-mingw32 + xtensa-esp32-elf A few more targets are likely to Just Work. And many more can be made to work with a litle touch.