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
This commit is contained in:
bdrewery 2016-07-12 18:57:28 +00:00
parent b97599e1f2
commit 7e05b6fb5f

View File

@ -384,6 +384,8 @@ XPATH= ${WORLDTMP}/usr/sbin:${WORLDTMP}/usr/bin
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