summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-09-08 10:09:02 +0000
committerru <ru@FreeBSD.org>2006-09-08 10:09:02 +0000
commit02f422bfb7c8c858a5ed7a51f72501bf0bc46cbd (patch)
tree7b3a8cd0060e83f22152a5a85e839cc1a9e6545c /Makefile.inc1
parent3112417012c9b3b7dd262652f4107b39a6261906 (diff)
downloadFreeBSD-src-02f422bfb7c8c858a5ed7a51f72501bf0bc46cbd.zip
FreeBSD-src-02f422bfb7c8c858a5ed7a51f72501bf0bc46cbd.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a98cc44..b1a7c20 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud