[Bug 220346] dtrace module fails to compile on mips64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 16 03:36:34 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220346

--- Comment #4 from Kurt Lidl <lidl at FreeBSD.org> ---
The following diff is also needed:

diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index 8ecaefe21b7..3837978031f 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -22,7 +22,7 @@ SUBDIR+=      systrace_linux32
 .if ${MACHINE_CPUARCH} == "powerpc"
 SUBDIR+=       fbt fasttrap
 .endif
-.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64"
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_ARCH} == "powerpc64" ||
${MACHINE_ARCH} == "mips64"
 SUBDIR+=       systrace_freebsd32
 .endif
 .if ${MACHINE_CPUARCH} == "aarch64" || \

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-mips mailing list