summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-29 08:02:12 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-29 08:24:35 +0200
commitbea8b8b3752ecda65913b01812ff78ffc6be2cac (patch)
treed2d6e882fe2a9958bcf108678e1eb1bf91973f93 /dev-ml/llvm-ocaml
parentsys-libs/libcxx: Require libcxxabi sources (diff)
downloadgentoo-bea8b8b3752ecda65913b01812ff78ffc6be2cac.tar.gz
gentoo-bea8b8b3752ecda65913b01812ff78ffc6be2cac.tar.bz2
gentoo-bea8b8b3752ecda65913b01812ff78ffc6be2cac.zip
dev-ml/llvm-ocaml: AVR is now mainline target
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild
index 52e3836cb57f..a0e74a7dc12b 100644
--- a/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild
+++ b/dev-ml/llvm-ocaml/llvm-ocaml-11.0.0.9999.ebuild
@@ -12,8 +12,8 @@ LLVM_COMPONENTS=( llvm )
llvm.org_set_globals
# Keep in sync with sys-devel/llvm
-ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR VE )
-ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
+ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC VE )
+ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430
NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
"${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )
ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )