Patch tcc to ignore static inside array.

This commit is contained in:
Andrius Štikonas 2021-03-28 00:18:30 +00:00
parent 246cc10ab5
commit aa31fbc95b
11 changed files with 72 additions and 117 deletions

View file

@ -11,6 +11,7 @@ cd src/tcc-0.9.27
# Patch
patch -Np0 -i ../../patches/static-link.patch
patch -Np0 -i ../../patches/ignore-static-inside-array.patch
# Compile
## We have to use 0.9.26 to recompile 0.9.27, 0.9.27 is not self-hosting for