mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
We don't support libdtrace for RISC-V yet.
This commit is contained in:
parent
0d6a516eb8
commit
402ecb32f1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294713
@ -26,7 +26,7 @@ _libzpool= libzpool
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "sparc64"
|
||||
.if ${MACHINE_CPUARCH} != "sparc64" && ${MACHINE_CPUARCH} != "riscv"
|
||||
_drti= drti
|
||||
_libdtrace= libdtrace
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user