svn commit: r302671 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Jul 12 18:57:29 UTC 2016


Author: bdrewery
Date: Tue Jul 12 18:57:28 2016
New Revision: 302671
URL: https://svnweb.freebsd.org/changeset/base/302671

Log:
  Create a TARGET_CPUARCH thing to go with MACHINE_CPUARCH.
  
  MFC after:	3 days
  Sponsored by:	EMC / Isilon Storage Division
  Differential Revision:	https://reviews.freebsd.org/D7160

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Jul 12 18:57:25 2016	(r302670)
+++ head/Makefile.inc1	Tue Jul 12 18:57:28 2016	(r302671)
@@ -384,6 +384,8 @@ XPATH=		${WORLDTMP}/usr/sbin:${WORLDTMP}
 STRICTTMPPATH=	${BPATH}:${XPATH}
 TMPPATH=	${STRICTTMPPATH}:${PATH}
 
+TARGET_CPUARCH?= ${TARGET_ARCH:${MACHINE_CPUARCH_SUB:ts:}}
+
 #
 # Avoid running mktemp(1) unless actually needed.
 # It may not be functional, e.g., due to new ABI


More information about the svn-src-head mailing list