slackbuilds/development/tcc
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README development/tcc: Added (Tiny C Compiler) 2010-10-20 10:50:24 -05:00
makefile_destdir.patch development/tcc: Added some fixes. 2011-11-26 09:09:08 -06:00
slack-desc Entire Repo: Fix the "handy ruler" length in slack-desc files 2012-08-15 20:27:00 -05:00
tcc.SlackBuild development/tcc: Added some fixes. 2011-11-26 09:09:08 -06:00
tcc.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05: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.