dev-ml/llvm-ocaml: Add ARC target
authorMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:09:49 +0000 (14:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:22:32 +0000 (14:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-ml/llvm-ocaml/llvm-ocaml-10.0.0.9999.ebuild

index 3fd7ae9785da2564548cd0c4553bed13badfd8db..9a84b67cb527f8563ff0050529d6932fd786d922 100644 (file)
@@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
        https://github.com/llvm-mirror/llvm.git"
 
 # Keep in sync with sys-devel/llvm
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( ARC AVR )
 ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
        NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
        "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" )