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:
Michael Tuexen 2018-01-11 21:17:05 +00:00
parent 76401e35e3
commit 05f08f2978
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327846

View File

@ -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