git: c66fd95c8f87 - main - mips: Remove dtrace build support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Dec 2021 22:10:15 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c66fd95c8f87f14a32b0b6091e4f0fc7b3f6eca3
commit c66fd95c8f87f14a32b0b6091e4f0fc7b3f6eca3
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-12-31 22:04:30 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-31 22:09:46 +0000
mips: Remove dtrace build support
Sponsored by: Netflix
---
sys/modules/dtrace/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index 240215deb0ab..73c9b918c044 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -21,13 +21,11 @@ SUBDIR+= systrace_linux32
.endif
.if ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "aarch64" || \
- ${MACHINE_ARCH} == "mips64" || \
${MACHINE_ARCH} == "powerpc64"
SUBDIR+= systrace_freebsd32
.endif
.if ${MACHINE_CPUARCH} == "aarch64" || \
${MACHINE_CPUARCH} == "arm" || \
- ${MACHINE_CPUARCH} == "mips" || \
${MACHINE_CPUARCH} == "powerpc" || \
${MACHINE_CPUARCH} == "riscv"
SUBDIR+= fbt