summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-01 13:43:51 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-01 14:22:25 +0200
commit2d31ac8b47e1a8b56c6acd823fa3a0ccc3c96d7b (patch)
tree79daefa1540be14cbd7cc1043b23f1c471b982dc
parentsys-devel/clang: Nios2 was removed upstream (diff)
downloadgentoo-2d31ac8b.tar.gz
gentoo-2d31ac8b.tar.bz2
gentoo-2d31ac8b.zip
sys-devel/llvm: Nios2 was removed upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/llvm/llvm-10.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
index e632d6c930c6..a58ed35b5419 100644
--- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git"
# Those are in lib/Targets, without explicit CMakeLists.txt mention
-ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR Nios2 )
+ALL_LLVM_EXPERIMENTAL_TARGETS=( AVR )
# Keep in sync with CMakeLists.txt
ALL_LLVM_TARGETS=( AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430
NVPTX PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore