Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 01:01:35 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334408 - head
Message-ID:  <201805310101.w4V11ZlL011908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Thu May 31 01:01:35 2018
New Revision: 334408
URL: https://svnweb.freebsd.org/changeset/base/334408

Log:
  libpmc/jevents: fix cross-compile _to_ amd64
  
  Reported by:	emaste

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed May 30 22:39:41 2018	(r334407)
+++ head/Makefile.inc1	Thu May 31 01:01:35 2018	(r334408)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805310101.w4V11ZlL011908>