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 6C81A15AD36 for ; Thu, 11 May 2023 14:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A678FE0D5F; Thu, 11 May 2023 14:47:17 +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 F1FCEE0D5F for ; Thu, 11 May 2023 14:47:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DCA4335DC6 for ; Thu, 11 May 2023 14:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 638F7A6C for ; Thu, 11 May 2023 14:47:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1673990771.3cda3aaa41fb32aebf3595d2bb4529e41757d83f.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: arch/ X-VCS-Repository: proj/catalyst X-VCS-Files: arch/arm64.toml X-VCS-Directories: arch/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3cda3aaa41fb32aebf3595d2bb4529e41757d83f X-VCS-Branch: wip/mattst88 Date: Thu, 11 May 2023 14:47:13 +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: 46f18e39-797e-428e-b584-60d576344c01 X-Archives-Hash: 09a8c8ab76a371bd44cc87ddb53fd83d commit: 3cda3aaa41fb32aebf3595d2bb4529e41757d83f Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jan 17 21:26:11 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 17 21:26:11 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3cda3aaa Add aarch64_be subarch definition Signed-off-by: Andreas K. Hüttel gentoo.org> arch/arm64.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64.toml b/arch/arm64.toml index e139327f..5f522d6c 100644 --- a/arch/arm64.toml +++ b/arch/arm64.toml @@ -5,3 +5,7 @@ CHOST = "aarch64-unknown-linux-gnu" [arm64.aarch64] COMMON_FLAGS = "-O2 -pipe" CHOST = "aarch64-unknown-linux-gnu" + +[arm64.aarch64_be] +COMMON_FLAGS = "-O2 -pipe" +CHOST = "aarch64_be-unknown-linux-gnu"