From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1336472-garchives=archives.gentoo.org@lists.gentoo.org> 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 82AB4158086 for <garchives@archives.gentoo.org>; Thu, 4 Nov 2021 22:23:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48B62E085B; Thu, 4 Nov 2021 22:23:58 +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 78BCBE085B for <gentoo-commits@lists.gentoo.org>; Thu, 4 Nov 2021 22:23:57 +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 3FDEF343045 for <gentoo-commits@lists.gentoo.org>; Thu, 4 Nov 2021 22:23:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D158C83 for <gentoo-commits@lists.gentoo.org>; Thu, 4 Nov 2021 22:23:53 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1636064600.a1589a28394b62e0e1d29865ed5fdb94c1e8ca22.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a1589a28394b62e0e1d29865ed5fdb94c1e8ca22 X-VCS-Branch: master Date: Thu, 4 Nov 2021 22:23:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e570406-5b9c-4994-8535-c971103d31b6 X-Archives-Hash: ec03c306178129efb6484f4ca461b882 commit: a1589a28394b62e0e1d29865ed5fdb94c1e8ca22 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 4 22:23:20 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 4 22:23:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1589a28 profiles/base: Force all LLVM targets on llvm/clang-13.0.1+ Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.force | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 47bf0a61d98..947b30464c6 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,28 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <mgorny@gentoo.org> (2021-11-04) +# Enable all LLVM targets unconditionally. Unfortunately, disabling +# targets tend to break reverse dependencies (e.g. Rust) and we are yet +# to find a clean way of resolving that. Compared to the damage +# potential, the increase of build time is a minor problem. Users who +# really insist of building a smaller system can un-force the flags +# at their own responsibility. +>=sys-devel/clang-13.0.1 llvm_targets_AArch64 llvm_targets_AMDGPU +>=sys-devel/clang-13.0.1 llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=sys-devel/clang-13.0.1 llvm_targets_Hexagon llvm_targets_Lanai +>=sys-devel/clang-13.0.1 llvm_targets_MSP430 llvm_targets_Mips +>=sys-devel/clang-13.0.1 llvm_targets_NVPTX llvm_targets_PowerPC +>=sys-devel/clang-13.0.1 llvm_targets_RISCV llvm_targets_Sparc +>=sys-devel/clang-13.0.1 llvm_targets_SystemZ llvm_targets_WebAssembly +>=sys-devel/llvm-13.0.1 llvm_targets_AArch64 llvm_targets_AMDGPU +>=sys-devel/llvm-13.0.1 llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=sys-devel/llvm-13.0.1 llvm_targets_Hexagon llvm_targets_Lanai +>=sys-devel/llvm-13.0.1 llvm_targets_MSP430 llvm_targets_Mips +>=sys-devel/llvm-13.0.1 llvm_targets_NVPTX llvm_targets_PowerPC +>=sys-devel/llvm-13.0.1 llvm_targets_RISCV llvm_targets_Sparc +>=sys-devel/llvm-13.0.1 llvm_targets_SystemZ llvm_targets_WebAssembly + # Sam James <sam@gentoo.org> (2021-03-08) # Broken without USE=unicode # Needs to link with libiconv, bug #774507