Add patched tcc

Forces static link.
This commit is contained in:
fosslinux 2021-01-14 21:45:36 +11:00
parent 1e822361a9
commit d62ed4c55a
4 changed files with 62 additions and 3 deletions

View file

@ -71,9 +71,14 @@ cd diffutils-2.7
kaem --file ../diffutils-2.7.kaem
cd ..
# Part 12: patch
# Part 11: patch
/after/bin/gunzip patch-2.5.9.tar.gz
/after/bin/tar xf patch-2.5.9.tar
cd patch-2.5.9
kaem --file ../patch-2.5.9.kaem
cd ..
# Part 12: tcc-patched
cd tcc-0.9.27
kaem --file ../tcc-patched.kaem
cd ..