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 E79F9138359 for ; Wed, 21 Oct 2020 04:34:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B676CE0AF4; Wed, 21 Oct 2020 04:34:13 +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 9F1BDE0AF4 for ; Wed, 21 Oct 2020 04:34:13 +0000 (UTC) From: Georgy Yakovlev To: gentoo-catalyst@lists.gentoo.org Cc: Georgy Yakovlev Subject: [gentoo-catalyst] [PATCH 3/3] arch/ppc.toml: add power9 subarches Date: Tue, 20 Oct 2020 21:33:47 -0700 Message-Id: <20201021043347.632763-3-gyakovlev@gentoo.org> X-Mailer: git-send-email 2.29.0 In-Reply-To: <20201021043347.632763-1-gyakovlev@gentoo.org> References: <20201021043347.632763-1-gyakovlev@gentoo.org> 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: 5651e97b-75d8-42e4-adb5-bbf0f0c7c8fe X-Archives-Hash: 4cb0f8f1c4541285f82e49d9198d0433 Signed-off-by: Georgy Yakovlev --- arch/ppc.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/ppc.toml b/arch/ppc.toml index 6f74789d..c8623cca 100644 --- a/arch/ppc.toml +++ b/arch/ppc.toml @@ -42,6 +42,16 @@ COMMON_FLAGS = "-O2 -pipe -mcpu=power8 -mtune=power8" CHOST = "powerpc64le-unknown-linux-gnu" USE = [ "altivec", "ibm",] +[ppc64.power9] +COMMON_FLAGS = "-O2 -pipe -mcpu=power9 -mtune=power9" +CHOST = "powerpc64-unknown-linux-gnu" +USE = [ "altivec", "ibm",] + +[ppc64.power9le] +COMMON_FLAGS = "-O2 -pipe -mcpu=power9 -mtune=power9" +CHOST = "powerpc64le-unknown-linux-gnu" +USE = [ "altivec", "ibm",] + [ppc64.ppc64] COMMON_FLAGS = "-O2 -pipe" CHOST = "powerpc64-unknown-linux-gnu" -- 2.29.0