live-bootstrap/sysa/tcc-0.9.27/mes-libc-patched.kaem

16 lines
223 B
Plaintext
Raw Normal View History

2021-01-29 16:43:10 +00:00
#!/bin/sh
set -ex
cd src/mes-libc
# Patch
patch -Np0 -i ../../patches/mes-libc-qsort.patch
patch -Np0 -i ../../patches/mes-libc-crt1.patch
2021-01-29 16:43:10 +00:00
# Recompile libc
cd ../tcc-0.9.27
kaem --file ../../compile-libc.kaem
cd ../..