[Aboriginal] Hello world.

Rob Landley rob at landley.net
Fri Jul 8 01:31:15 PDT 2016


On 07/08/2016 02:20 AM, Alessio Igor Bogani wrote:
> Rob,
> 
> On 8 July 2016 at 07:46, Rob Landley <rob at landley.net> wrote:
>> So I'm looking at http://github.com/richfelker/musl-cross-make and Rich
> [...]
> 
> How this cope with autotools based software?

About the same as the previous toolchain? It's based on current versions
of gcc and binutils (plus mpfr and so on needed to build the current
nonsense).

It's just a compiler, it still needs command line utilities. It replaces
simple-cross-compiler.sh, and most of cross-compiler.sh and
native-compiler.sh. (Except that it doesn't build make and bash, which
native-compiler.sh does, so that probably has to move into
root-filesystem.sh.)

Rob


More information about the Aboriginal mailing list