musl 1.2.2

This commit is contained in:
Andrius Štikonas 2021-03-20 23:49:43 +00:00
parent fd76a5b09d
commit fbaa01d84c
6 changed files with 46 additions and 0 deletions

View file

@ -264,6 +264,9 @@ get_file https://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.bz2
# gcc 4.0.4
get_file https://ftp.gnu.org/gnu/gcc/gcc-4.0.4/gcc-core-4.0.4.tar.bz2 0 gcc-4.0.4.tar.bz2
# musl 1.2.2
get_file https://musl.libc.org/releases/musl-1.2.2.tar.gz
# General cleanup
find tmp -name .git -exec rm -rf \;