From 89edd7e555566b7675913a45523559d2a5179e55 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 8 Sep 2006 10:09:02 +0000 Subject: [PATCH] Previous revision wasn't enough for "make TARGET= 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. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) 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