Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-10-31 17:16:46 +00:00
parent 30217e2dff
commit 555c6e60bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325240

View file

@ -556,7 +556,8 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
MK_LLDB=no MK_TESTS=no
# cross-tools stage
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
# TOOLS_PREFIX set in BMAKE
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
MK_GDB=no MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} MK_TESTS=no