diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-01 13:43:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-01 14:22:24 +0200 |
commit | b9b45489eca2b4368442547f6ccb05bf7e475dc0 (patch) | |
tree | adb7e9ac6d5c769102ceb41668c11e849f863200 /sys-devel | |
parent | dev-ml/llvm-ocaml: Nios2 was removed upstream (diff) | |
download | gentoo-b9b45489eca2b4368442547f6ccb05bf7e475dc0.tar.gz gentoo-b9b45489eca2b4368442547f6ccb05bf7e475dc0.tar.bz2 gentoo-b9b45489eca2b4368442547f6ccb05bf7e475dc0.zip |
sys-devel/clang: Nios2 was removed upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-10.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild index 88157e2c8865..4bfe39d57621 100644 --- a/sys-devel/clang/clang-10.0.0.9999.ebuild +++ b/sys-devel/clang/clang-10.0.0.9999.ebuild @@ -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 Nios2 ) +ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR ) ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore "${ALL_LLVM_EXPERIMENTAL_TARGETS[@]}" ) |