tools-musl: initial commit

This commit is contained in:
Anthony G. Basile 2014-01-27 12:22:49 +00:00
parent 3d4d415a27
commit c5b17f302e
10 changed files with 1129 additions and 0 deletions

11
tools-musl/README Normal file
View file

@ -0,0 +1,11 @@
This is not ready yet for a full catalyst run. However,
if you have a musl chroot (which you can get from any
gentoo mirror off of /experimental/amd64/musl) then you
can build a new stage by running ./run.sh. It basically
uses the `ROOT=rootfs emerge -e @system` technique.
Once more stuff is integrated into gentoo, we will replace
this with a catalyst scripts.
Anthony G. Basile <blueness@gentoo.org>