live-bootstrap/sysa/tcc-0.9.27/mes-libc-patched.kaem
2021-01-29 16:43:01 -05:00

14 lines
175 B
Bash
Executable file

#!/bin/sh
set -ex
cd src/mes-libc
# Patch
patch -Np0 -i ../../patches/mes-libc-qsort.patch
# Recompile libc
cd ../tcc-0.9.27
kaem --file ../../compile-libc.kaem
cd ../..