libpmc/jevents: fix cross-compile _to_ amd64

Reported by:	emaste
This commit is contained in:
Matt Macy 2018-05-31 01:01:35 +00:00
parent 5502348d9a
commit 41e258c4b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334408

View File

@ -2030,7 +2030,7 @@ _tcsh=bin/csh
_libmagic=lib/libmagic
.endif
.if ${MACHINE_CPUARCH} == "amd64"
.if ${TARGET_ARCH} == "amd64"
_jevents=lib/libpmc/pmu-events
.endif