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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to