Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else.
8 lines
89 B
Text
Executable file
8 lines
89 B
Text
Executable file
rm *.a
|
|
rm *.o
|
|
make
|
|
./mk-attachments.sh
|
|
rm tcc.o
|
|
make CONFIG_USE_ATTACHMENTS=1
|
|
strip tcc
|
|
|