Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-220346-27794@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220346

--- 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+=3D      systrace_linux32
 .if ${MACHINE_CPUARCH} =3D=3D "powerpc"
 SUBDIR+=3D       fbt fasttrap
 .endif
-.if ${MACHINE_CPUARCH} =3D=3D "amd64" || ${MACHINE_ARCH} =3D=3D "powerpc64"
+.if ${MACHINE_CPUARCH} =3D=3D "amd64" || ${MACHINE_ARCH} =3D=3D "powerpc64=
" ||
${MACHINE_ARCH} =3D=3D "mips64"
 SUBDIR+=3D       systrace_freebsd32
 .endif
 .if ${MACHINE_CPUARCH} =3D=3D "aarch64" || \

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220346-27794-i7RHqzC61F>