Fix mes-libc crt1 to allow commands with greater than 255 arguments to run

Also reverse order of tcc-patched and mes-libc-patched stages.
This commit is contained in:
Paul Dersey 2021-02-02 09:28:19 -05:00
parent 9961c4b75f
commit b929dc84b4
4 changed files with 36 additions and 12 deletions

View file

@ -6,6 +6,7 @@ cd src/mes-libc
# Patch
patch -Np0 -i ../../patches/mes-libc-qsort.patch
patch -Np0 -i ../../patches/mes-libc-crt1.patch
# Recompile libc
cd ../tcc-0.9.27