From d04edc5790dab1504a82e507350c255aac246f8b Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 7 Sep 2006 20:27:56 +0000 Subject: 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(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 513a8b1..a98cc44 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 -- cgit v1.1