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
The following reply was made to PR toolchain/52834; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: clare%csel.org@localhost, gnats-bugs%NetBSD.org@localhost
Cc: Robert Elz <kre%munnari.OZ.AU@localhost>, toolchain-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/52834: NetBSD/sparc cross-build failure
Date: Sat, 23 Dec 2017 11:00:49 -0500
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