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:
parent
b97599e1f2
commit
7e05b6fb5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user