Author: br
Date: Mon Jan 25 10:18:41 2016
New Revision: 294713
URL: https://svnweb.freebsd.org/changeset/base/294713

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

Modified:
  head/cddl/lib/Makefile

Modified: head/cddl/lib/Makefile
==============================================================================
--- head/cddl/lib/Makefile      Mon Jan 25 10:06:49 2016        (r294712)
+++ head/cddl/lib/Makefile      Mon Jan 25 10:18:41 2016        (r294713)
@@ -26,7 +26,7 @@ _libzpool=    libzpool
 .endif
 .endif
 
-.if ${MACHINE_CPUARCH} != "sparc64"
+.if ${MACHINE_CPUARCH} != "sparc64" && ${MACHINE_CPUARCH} != "riscv"
 _drti=         drti
 _libdtrace=    libdtrace
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to