On Mon, Aug 21, 2023 at 05:57:31AM -0400, Greg Troxel wrote: > But interesting point about not having a proper destdir, and the > presence of stub libraries.
That part is pretty simple: just download the comp.tgz set for the target and extract only a few paths from it, like: ./lib/ ./usr/lib/ ./include/ But then you probably need to do a "build.sh tools" for it (which requires the full source tree). We could create a "tools.tgz" for it, but that would be host specific and likely not worth the bandwidth/space. Martin