diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-31 19:21:02 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-31 19:22:03 +0100 |
commit | e87aca1f77e6097a1324165793b74f1c62bba5ca (patch) | |
tree | 60dfed5072dfb6d097488a69c06a949e66bda10e /profiles/prefix | |
parent | dev-python/pyparted: Remove old (diff) | |
download | gentoo-e87aca1f77e6097a1324165793b74f1c62bba5ca.tar.gz gentoo-e87aca1f77e6097a1324165793b74f1c62bba5ca.tar.bz2 gentoo-e87aca1f77e6097a1324165793b74f1c62bba5ca.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/package.use.force | 8 |
1 files changed, 8 insertions, 0 deletions
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 000000000000..70cf505126a0 --- /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 <grobian@gentoo.org> (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 |