On Fri, Sep 19, 2014 at 08:10:31PM -0400, Thor Lancelot Simon wrote: > On Fri, Sep 19, 2014 at 04:04:34PM +0200, [email protected] wrote: > > Background: > > > > building an independent/standalone toolchain able to produce binaries > > runnable on NetBSD > > Why don't you just run "build.sh -m <machine> tools" and use the result?
Because I aim to be able to rebuild the tools without having everything needed/assumed by "build.sh". The intention is to have an independent and self-contained toolchain, to avoid any explicit or implicit restrictions/assumptions of the existing building routines. Rune
