artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407d883
)
add RISCV
author
jsg
<jsg@openbsd.org>
Thu, 29 Apr 2021 05:51:57 +0000
(
05:51
+0000)
committer
jsg
<jsg@openbsd.org>
Thu, 29 Apr 2021 05:51:57 +0000
(
05:51
+0000)
gnu/usr.bin/clang/llvm-config/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/clang/llvm-config/Makefile
b/gnu/usr.bin/clang/llvm-config/Makefile
index
07f5f8c
..
b6bce21
100644
(file)
--- a/
gnu/usr.bin/clang/llvm-config/Makefile
+++ b/
gnu/usr.bin/clang/llvm-config/Makefile
@@
-1,9
+1,9
@@
-# $OpenBSD: Makefile,v 1.
5 2021/04/28 12:55:42 patrick
Exp $
+# $OpenBSD: Makefile,v 1.
6 2021/04/29 05:51:57 jsg
Exp $
PROG= llvm-config
BINDIR= /usr/bin
-NATIVE_ARCHS=AArch64 ARM Mips PowerPC Sparc X86
+NATIVE_ARCHS=AArch64 ARM Mips PowerPC
RISCV
Sparc X86
PYTHON= python3
LLVMBUILD= ${.CURDIR}/../../../llvm/llvm/utils/llvm-build/llvm-build