Matteo Bernardini 2f439b992a development/tcc: Updated for version 20220221_308d8d1. пре 2 година
..
README 76878c24b0 development/tcc: Added (Tiny C Compiler) пре 14 година
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. пре 11 година
tcc.SlackBuild 2f439b992a development/tcc: Updated for version 20220221_308d8d1. пре 2 година
tcc.info 2f439b992a development/tcc: Updated for version 20220221_308d8d1. пре 2 година

README

Tiny C Compiler is a very fast C compiler. Unlike other C compilers,
it is meant to be self-relying: you do not need an external
assembler or linker because TCC does that for you.
TCC supports ANSI C and most of ISO C99 and many GNUC extensions,
including inline assembly. tcc was written by Fabrice Bellard and is
distributed under the GNU Lesser General Public License.

In order to have cross compiler support, pass CROSS=yes to the script.