slackbuilds/development/tcc
Willy Sudiarto Raharjo 4ab443f5c6 development/tcc: Fix build.
Thanks to Ryan McQuen for reporting.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-03-31 12:49:19 +01:00
..
README development/tcc: Added (Tiny C Compiler) 2010-10-20 10:50:24 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
tcc.SlackBuild development/tcc: Fix build. 2016-03-31 12:49:19 +01:00
tcc.info development/tcc: Updated for version 0.9.26. 2013-06-29 09:57:08 -03:00

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.