Previous revision wasn't enough for "make TARGET=<machine> build*"

to work.  Some build-tools that are part of cross-tools (cc_tools)
also need to know the proper values of TARGET_ARCH and TARGET, so
tell them.
This commit is contained in:
Ruslan Ermilov 2006-09-08 10:09:02 +00:00
parent 890fdf8de1
commit 89edd7e555
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162146

View File

@ -207,6 +207,7 @@ BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
# build-tools stage
TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
${BMAKEENV} ${MAKE} -f Makefile.inc1 \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
DESTDIR= \
BOOTSTRAPPING=${OSRELDATE} -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS