You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo 4ab443f5c6 development/tcc: Fix build. 10 years ago
..
README development/tcc: Added (Tiny C Compiler) 15 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
tcc.SlackBuild development/tcc: Fix build. 10 years ago
tcc.info development/tcc: Updated for version 0.9.26. 13 years ago

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.