Subject: Re: Coexistance of multiple toolchains
To: None <uebayasi@brains.co.jp>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-toolchain
Date: 01/27/2007 09:55:42
uebayasi@brains.co.jp wrote:

> Let me rephrase; what is preferrable DESTDIR / TOOLDIR / ..., coexist
> multiple archs / versions?

I have the following lines in /etc/mk.conf for multilpe arch:
---
TOOLDIR=/usr/tools/${MACHINE_ARCH}
USR_OBJMACHINE=yes
OBJMACHINE=yes
MKHOSTOBJ=yes
---
then
---
# sh build.sh -m [yourtargetmachine] -D [anywhereyouwant] build
# /usr/tools/[yourtargetarch]/bin/nbmake-[yourtargetmachine]
---
etc. for build.

No idea for multiple versions, though.
---
Izumi Tsutsui