Do not build truss on arm.
This commit is contained in:
parent
fffcd6531e
commit
355114cf96
@ -224,7 +224,8 @@ SUBDIR= alias \
|
|||||||
ypmatch \
|
ypmatch \
|
||||||
ypwhich
|
ypwhich
|
||||||
|
|
||||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
|
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc" && \
|
||||||
|
${MACHINE_ARCH} != "arm"
|
||||||
_truss= truss
|
_truss= truss
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user