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 55AA1139360 for ; Tue, 3 Aug 2021 06:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829F3E08FF; Tue, 3 Aug 2021 06:30:39 +0000 (UTC) Received: from bahamut.mc.pp.se (bahamut.mc.pp.se [IPv6:2001:470:dcd3:1:214:4fff:fe97:7322]) (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 D7597E08FF for ; Tue, 3 Aug 2021 06:30:37 +0000 (UTC) Received: from hakua (hakua [192.168.42.40]) by bahamut.mc.pp.se (Postfix) with SMTP id 812FBA52B7; Tue, 3 Aug 2021 08:30:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mc.pp.se; s=hedgehog; t=1627972234; bh=A2/tePA+vPDiP8BAsv9irgR33pQaBMavUCpGi3x3VZo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding; b=n0KWSTewqcStzASPsp7zdn/0km6kR5cvgPhtz 5X5jcB/M298YeXMLKcaIjZTZoeMGtnfpTMOSo+qDKvZwPGTtGaiR7pk0Hx9QsoAZDrJ xPoOIVxZyCULfcHZpiGgWM4AKypM7nOEC1nYDO3WUZP5N6DxLAW9D2TiEk8COzBkND4 = Received: by hakua (sSMTP sendmail emulation); Tue, 03 Aug 2021 08:30:33 +0200 From: "Marcus Comstedt" To: gentoo-catalyst@lists.gentoo.org Cc: Marcus Comstedt Subject: [gentoo-catalyst] [PATCH] Add builder entry for aarch64_be-unknown-linux-gnu Date: Tue, 3 Aug 2021 08:30:30 +0200 Message-Id: <20210803063030.62695-1-marcus@mc.pp.se> X-Mailer: git-send-email 2.31.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: b2a8e911-b82a-4612-8ffa-53694b5c6f5a X-Archives-Hash: bdf751f9abdb6d5a2f9c3b63913bd574 Signed-off-by: Marcus Comstedt --- Here is corresponding patch for master. arch/arm64.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64.toml b/arch/arm64.toml index 613b4e68..222b25f0 100644 --- a/arch/arm64.toml +++ b/arch/arm64.toml @@ -2,3 +2,7 @@ COMMON_FLAGS = "-O2 -pipe" CHOST = "aarch64-unknown-linux-gnu" +[arm64.arm64_be] +COMMON_FLAGS = "-O2 -pipe" +CHOST = "aarch64_be-unknown-linux-gnu" + -- 2.31.1