Subject: Re: Updating current in the wrong order after the make change.
To: Andrew Brown <atatat@atatdot.net>
From: Richard Earnshaw <rearnsha@arm.com>
List: current-users
Date: 01/16/2001 19:37:01
> you need a consistent source tree at the very least.  i've not tried
> it, but i imagine that the majority of the work would be assembling
> the major toolchain (eg, cc, ld, as, etc, but also sh, awk, lex, yacc,
> rpcgen, and so on).  once you've got that in place, the libraries to
> support the binaries ought to come in short order (with libc instead
> called libnetbsd?), and then the binaries themselves.  built, that is,
> not necessarily completely *working*.

Indeed; you would probably also have to assemble some sort of support 
library -- there are places where even these tools assume the C library 
and headers are the NetBSD ones.

R.