Building m2-planet, mes, tcc, meslibc, musl, core utils, gcc

Introduction

Using eg cc_x86 to build m2-planet

with cc_* can build m2-planet, which can compile to different platforms. (m2 planet is c compiler?)

Using m2-planet to build mes

can use m2 planet to build mes (which can then self compile)

MesCC compiler (difference between this and tinycc?)

Which architectures does mescc support?

Building tinycc (tcc) with mes

Tiny C Compiler

Which architectures does tcc support?

can use mes to build tcc (which can then self compile)

More powerful than mescc

Building meslibc

can use mes to build meslibc

Building musl

can use tcc/meslibc to build musl

Build core utils and gcc

can use tcc/musl to build core utils/gcc