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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 322D11382C5 for ; 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 75194E0886; Tue, 5 Jan 2021 23:25:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5F3D1E0886 for ; 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 44B9E340988 for ; Tue, 5 Jan 2021 23:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC31A48D for ; Tue, 5 Jan 2021 23:25:42 +0000 (UTC) From: "Sergei Trofimovich" 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" Message-ID: <1609888936.f990e6df8eb60ce7cee5efb7634b3c705c8b6e6a.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: f990e6df8eb60ce7cee5efb7634b3c705c8b6e6a X-VCS-Branch: master Date: Tue, 5 Jan 2021 23:25:42 +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: 513de05f-007c-4cd8-8efd-9df8527ca46b X-Archives-Hash: 7add4d0bcd941b632fca001ff7b9ff04 commit: f990e6df8eb60ce7cee5efb7634b3c705c8b6e6a Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jan 5 23:22:16 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jan 5 23:22:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=f990e6df README: drop toolchain version from examples Signed-off-by: Sergei Trofimovich gentoo.org> README | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README b/README index 7aecdc4..480cba5 100644 --- a/README +++ b/README @@ -46,37 +46,37 @@ understand what crossdev does and does not do. A few examples of targets that worked today (produce running executables or kernels if applies): - aarch64-unknown-linux-gnu-7.3.0 - alpha-unknown-linux-gnu-7.3.0 - arm-none-eabi-7.3.0 - armv5tel-softfloat-linux-gnueabi-7.3.0 - armv7a-unknown-linux-gnueabihf-7.3.0 - avr-7.3.0 - hppa-unknown-linux-gnu-7.3.0 - hppa2.0-unknown-linux-gnu-7.3.0 - hppa64-unknown-linux-gnu-7.3.0 - i686-pc-gnu-7.3.0 - i686-w64-mingw32-7.3.0 - ia64-unknown-linux-gnu-7.3.0 - m68k-unknown-linux-gnu-7.3.0 - mips-unknown-linux-gnu-7.3.0 - mips64-unknown-linux-gnu-7.3.0 - mips64el-unknown-linux-gnu-7.3.0 - mipsel-unknown-linux-gnu-7.3.0 - mmix-7.3.0 - nios2-unknown-linux-gnu-7.3.0 - powerpc-unknown-linux-gnu-7.3.0 - powerpc64-unknown-linux-gnu-7.3.0 - powerpc64le-unknown-linux-gnu-7.3.0 - s390-unknown-linux-gnu-7.3.0 - s390x-unknown-linux-gnu-7.3.0 - sh4-unknown-linux-gnu-7.3.0 - sparc-unknown-linux-gnu-7.3.0 - sparc64-unknown-linux-gnu-7.3.0 - x86_64-HEAD-linux-gnu-7.3.0 - x86_64-UNREG-linux-gnu-7.3.0 - x86_64-pc-linux-gnu-7.3.0 - x86_64-w64-mingw32-7.3.0 + aarch64-unknown-linux-gnu + alpha-unknown-linux-gnu + arm-none-eabi + armv5tel-softfloat-linux-gnueabi + armv7a-unknown-linux-gnueabihf + avr + hppa-unknown-linux-gnu + hppa2.0-unknown-linux-gnu + hppa64-unknown-linux-gnu + i686-pc-gnu + i686-w64-mingw32 + ia64-unknown-linux-gnu + m68k-unknown-linux-gnu + mips-unknown-linux-gnu + mips64-unknown-linux-gnu + mips64el-unknown-linux-gnu + mipsel-unknown-linux-gnu + mmix + nios2-unknown-linux-gnu + powerpc-unknown-linux-gnu + powerpc64-unknown-linux-gnu + powerpc64le-unknown-linux-gnu + s390-unknown-linux-gnu + s390x-unknown-linux-gnu + sh4-unknown-linux-gnu + sparc-unknown-linux-gnu + sparc64-unknown-linux-gnu + x86_64-HEAD-linux-gnu + x86_64-UNREG-linux-gnu + x86_64-pc-linux-gnu + x86_64-w64-mingw32 A few more targets are likely to Just Work. And many more can be made to work with a litle touch.