Add tcc 0.9.26

This is the first tcc, which will be used to build 0.9.26p1.

Instructions taken from bootstrap.sh in tcc-0.9.26p1. p1 denotes it has
been patched.
This commit is contained in:
fosslinux 2021-01-09 19:19:16 +11:00
parent 360cd528be
commit 39e0a366be
8 changed files with 424 additions and 8 deletions

View file

@ -38,10 +38,14 @@ cd ..
bin/get_machine bin/mes-m2 bin/kaem bin/catm
# Part 4: blynn-compiler
cd blynn-compiler
kaem --file go.kaem
cd ..
# Part 5: mes
kaem --file mes.kaem
# Part 6: tcc
cd tcc-0.9.26p1
kaem --file ../tcc.kaem
cd ..