~ salmonella-environment-setup (master) /system-setup/installers/tcc.sh


 1wget -c "https://repo.or.cz/tinycc.git/snapshot/16456168430c9e185dd94b8215aa77d02bbb8a2c.tar.gz"
 2rm -rf "tinycc-1645616"
 3tar xzf "16456168430c9e185dd94b8215aa77d02bbb8a2c.tar.gz"
 4cd "tinycc-1645616"
 5
 6# To compile some eggs we need a larger VSTACK_SIZE
 7sed -i tcc.h -e 's/#define VSTACK_SIZE         256/#define VSTACK_SIZE  1024/'
 8./configure
 9make
10sudo make install
Trap