mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
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:
parent
360cd528be
commit
39e0a366be
8 changed files with 424 additions and 8 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue