Subject: re: obj.${MACHINE_ARCH}-${OBJECT_FMT}
To: None <thorpej@wasabisystems.com>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 10/19/2001 03:44:08
   
    > You certainly couldn't get away with just changing objdirsuffix, since
    > make(1) still assumes that every value of getenv("MACHINE") will have a
    > distinct objdir, and you seem to be leaving MACHINE representing the host.
   
   You could then set MAKEOBJDIR to obj.$objdirsuffix which would then
   cause make(1) to DTRT, I believe.


i use MAKEOBJDIRPREFIX='/var/obj.${MACHINE}'.  this works.  but not
in crunchgen.  it need something like it so that i can build 32 bit
objects into obj.sparc and 64 bit objects into obj.sparc64...


.mrg.