We don't support libdtrace for RISC-V yet.

This commit is contained in:
Ruslan Bukin 2016-01-25 10:18:41 +00:00
parent 0d6a516eb8
commit 402ecb32f1

View File

@ -26,7 +26,7 @@ _libzpool= libzpool
.endif
.endif
.if ${MACHINE_CPUARCH} != "sparc64"
.if ${MACHINE_CPUARCH} != "sparc64" && ${MACHINE_CPUARCH} != "riscv"
_drti= drti
_libdtrace= libdtrace
.endif