On Sun, Dec 03, 2017 at 02:22:10 +0000, David Holland wrote: > On Wed, Oct 04, 2017 at 07:54:33PM -0400, Christos Zoulas wrote: > > Log Message: > > Add NOBINARIES, useful to build tools are libraries which is what's needed > > for mknative. > > Wouldn't it make more sense for this to be a build target than a > setting (as in, say, "build.sh libs")?
That would be my stylistic preference too. I used that to get a cross toolchain which I was using to compile j2me for netbsd/arm http://www.stderr.spb.ru/~uwe/netbsd/cross.html We might want to add in-tree x11 includes/libs into the mix. E.g. when qt-embedded was still a separate project, the resulting toolchain+destdir would be suitable for cross compiling it. I think we should promote this and make it easy for people. Someone might want to make a package too :) -uwe