Add new step mes-libc-patched

This commit is contained in:
Paul Dersey 2021-01-29 11:43:10 -05:00
parent 85ead5582e
commit 7c90d5bf4c
3 changed files with 55 additions and 7 deletions

View file

@ -0,0 +1,14 @@
#!/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 ../..