From 02f422bfb7c8c858a5ed7a51f72501bf0bc46cbd Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 8 Sep 2006 10:09:02 +0000 Subject: 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(+) (limited to 'Makefile.inc1') 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 -- cgit v1.1