Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
30217e2dff
commit
555c6e60bc
@ -556,7 +556,8 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
|
|||||||
MK_LLDB=no MK_TESTS=no
|
MK_LLDB=no MK_TESTS=no
|
||||||
|
|
||||||
# cross-tools stage
|
# cross-tools stage
|
||||||
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
|
# TOOLS_PREFIX set in BMAKE
|
||||||
|
XMAKE= ${BMAKE} \
|
||||||
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
|
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
|
||||||
MK_GDB=no MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} MK_TESTS=no
|
MK_GDB=no MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} MK_TESTS=no
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user