Date: Wed, 16 Aug 2017 03:36:34 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 220346] dtrace module fails to compile on mips64 Message-ID: <bug-220346-27794-i7RHqzC61F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220346-27794@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220346 --- Comment #4 from Kurt Lidl <lidl@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220346-27794-i7RHqzC61F>
