commit: e87aca1f77e6097a1324165793b74f1c62bba5ca Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Dec 31 18:21:02 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Dec 31 18:22:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87aca1f
profiles/prefix/darwin/macos/arch/arm64: force correct llvm target without it, it is so hard to compile code for the host Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/arch/arm64/package.use.force | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.use.force b/profiles/prefix/darwin/macos/arch/arm64/package.use.force new file mode 100644 index 00000000000..70cf505126a --- /dev/null +++ b/profiles/prefix/darwin/macos/arch/arm64/package.use.force @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <[email protected]> (2020-12-31) +# Force the host target to avoid dependency hell +dev-ml/llvm-ocaml llvm_targets_AArch64 +sys-devel/clang llvm_targets_AArch64 +sys-devel/llvm llvm_targets_AArch64
