diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-08-15 13:21:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-15 14:35:29 +0200 |
commit | 74f8341b0214ff640ae97a059bace9c015001e9d (patch) | |
tree | 2625c23d667b238863d96dfdb00c6a9391cc1c9e /dev-ml | |
parent | sys-devel/clang: Disable RISCV following upstream (diff) | |
download | gentoo-74f8341b0214ff640ae97a059bace9c015001e9d.tar.gz gentoo-74f8341b0214ff640ae97a059bace9c015001e9d.tar.bz2 gentoo-74f8341b0214ff640ae97a059bace9c015001e9d.zip |
dev-ml/llvm-ocaml: Disable RISCV following upstream
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild index f094afad03be..28df8234f9ed 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild @@ -19,7 +19,7 @@ EGIT_BRANCH="release_50" # Keep in sync with sys-devel/llvm ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 - NVPTX PowerPC RISCV Sparc SystemZ X86 XCore ) + NVPTX PowerPC Sparc SystemZ X86 XCore ) ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index d5f507e9e101..b377e8cd12a8 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git # Keep in sync with sys-devel/llvm ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 - NVPTX PowerPC RISCV Sparc SystemZ X86 XCore ) + NVPTX PowerPC Sparc SystemZ X86 XCore ) ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" ) LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} |