mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
libpmc/jevents: fix cross-compile _to_ amd64
Reported by: emaste
This commit is contained in:
parent
5502348d9a
commit
41e258c4b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334408
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user