NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/52834: NetBSD/sparc cross-build failure



On Dec 23,  5:50pm, clare%csel.org@localhost (clare%csel.org@localhost) wrote:
-- Subject: Re: toolchain/52834: NetBSD/sparc cross-build failure

| On Sun, 17 Dec 2017 15:45:01 +0000 (UTC)
| Robert Elz <kre%munnari.OZ.AU@localhost> wrote:
| 
| >    | i thought OBJMACHINE="yes" was sufficient to separation of objdir,
| >  
| >  I think that might happen if you use -M rather than -O to set the objdir
| >  location.   I prefer to have more control over where things are put, so
| >  I have never used that method...
| 
| both -M and -O itself does not separate objdir per $machine for me,
| but build problem was solved by fixing scripts...

Add:

OBJMACHINE=
OBJMACHINE_ARCH=

In /etc/mk.conf

and it will will build per architecture separate directories, not just
per machine.

christos


Home | Main Index | Thread Index | Old Index