From 0f31538c9d6f7712499bce6bf01b4353eb3a1d0c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 7 Sep 2006 20:27:56 +0000 Subject: [PATCH] While experimenting with cross-building by specifying just TARGET, I found one bug. Pass our idea of TARGET_ARCH and TARGET down to XMAKE, the cross-tools make. Previously it worked because usually TARGET_ARCH was specified on the initial make's command line. This should also allow us to simplify the "universe" target, which I'm currently testing. --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 513a8b18cbab..a98cc440686c 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -212,6 +212,7 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \ # cross-tools stage XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \ + TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \ -DWITHOUT_FORTRAN -DWITHOUT_GDB # world stage