mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue