1
0
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:
Ruslan Bukin 2016-01-25 10:18:41 +00:00
parent 0d6a516eb8
commit 402ecb32f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294713

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