Documentation

This commit is contained in:
2022-01-17 14:38:01 +01:00
parent f9b7390923
commit f805688906
2 changed files with 76 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ SYSROOT=/opt/sysroot
binutils=binutils-2.37
gcc=gcc-11.2.0
# Download and install musl headers
mkdir -p /opt/external
cd /opt/external
[ -d musl ] || git clone --depth=1 git://git.musl-libc.org/musl