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 36321158011 for ; Sat, 13 Aug 2022 03:09:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16723E08FA; Sat, 13 Aug 2022 03:09:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EDC33E08FA for ; Sat, 13 Aug 2022 03:09:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD770341173 for ; Sat, 13 Aug 2022 03:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 085C98C for ; Sat, 13 Aug 2022 03:09:49 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1660360153.aad6b86b72459644af554a84fb73fdd1fdd395ce.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/loong/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.force X-VCS-Directories: profiles/arch/loong/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: aad6b86b72459644af554a84fb73fdd1fdd395ce X-VCS-Branch: master Date: Sat, 13 Aug 2022 03:09:49 +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: dbc0d6a1-f68f-48e4-a4b1-589b5a2a1321 X-Archives-Hash: 784482826898c5295c041f0c749a5a15 commit: aad6b86b72459644af554a84fb73fdd1fdd395ce Author: WANG Xuerui gentoo org> AuthorDate: Sat Aug 13 03:04:09 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat Aug 13 03:09:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad6b86b profiles/arch/loong: force LLVM_TARGETS=LoongArch on loong Signed-off-by: WANG Xuerui gentoo.org> profiles/arch/loong/package.use.force | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 625c34da57cb..6314c2c732c0 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -1,6 +1,17 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# WANG Xuerui (2022-08-13) +# Force the host target +# +# Some packages are not fully ported yet, but preemptively added so we won't +# have to revisit later. +dev-lang/rust llvm_targets_AArch64 +dev-libs/keystone llvm_targets_AArch64 +dev-ml/llvm-ocaml llvm_targets_AArch64 +sys-devel/clang llvm_targets_AArch64 +sys-devel/llvm llvm_targets_AArch64 + # WANG Xuerui (2022-04-24) # Force-enable experimental-loong on packages; we're loong. dev-libs/libffi experimental-loong