aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-09-08 10:09:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-09-08 10:09:02 +0000
commit89edd7e555566b7675913a45523559d2a5179e55 (patch)
tree7b3a8cd0060e83f22152a5a85e839cc1a9e6545c /Makefile.inc1
parent890fdf8de19cd5e58277516b9006925519cba1bf (diff)
downloadsrc-89edd7e555566b7675913a45523559d2a5179e55.tar.gz
src-89edd7e555566b7675913a45523559d2a5179e55.zip
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.
Notes
Notes: svn path=/head/; revision=162146
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 a98cc440686c..b1a7c202ba92 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