sys-devel/clang: Add ARC target
authorMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:09:51 +0000 (14:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 1 Oct 2019 12:22:31 +0000 (14:22 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/clang/clang-10.0.0.9999.ebuild

index 4bfe39d576214d5280de783e3ca81c64981ee4e5..8ff64ebfb1fe01e42fc59e15ed6afeb9a02560c3 100644 (file)
@@ -21,7 +21,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/clang.git
        https://github.com/llvm-mirror/clang.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[@]}" )