Build systrace_freebsd32 on arm64.
Since r326501 which added COMPAT_FREEBSD32 to the GENERIC config for arm64, we need to build systrace_freebsd32, since dtraceall depends on it. Reviewed by: ed, gnn Differential Revision: https://reviews.freebsd.org/D13670
This commit is contained in:
parent
76401e35e3
commit
05f08f2978
@ -23,6 +23,7 @@ SUBDIR+= systrace_linux32
|
||||
SUBDIR+= fbt fasttrap
|
||||
.endif
|
||||
.if ${MACHINE_CPUARCH} == "amd64" || \
|
||||
${MACHINE_CPUARCH} == "aarch64" || \
|
||||
${MACHINE_ARCH} == "mips64" || \
|
||||
${MACHINE_ARCH} == "powerpc64"
|
||||
SUBDIR+= systrace_freebsd32
|
||||
|
Loading…
Reference in New Issue
Block a user