slackbuilds/development/tcc
B. Watson eb1a9b0c9c
development/tcc: Update for v0.9.27+20230811_d1c1077, new maint.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-08-19 09:15:33 +07:00
..
README development/tcc: Update for v0.9.27+20230811_d1c1077, new maint. 2023-08-19 09:15:33 +07:00
doinst.sh development/tcc: Add doinst/douninst for .info file. 2023-07-08 16:41:58 +07:00
git2tarxz.sh development/tcc: Update for v0.9.27+20230811_d1c1077, new maint. 2023-08-19 09:15:33 +07:00
slack-desc
tcc.SlackBuild development/tcc: Update for v0.9.27+20230811_d1c1077, new maint. 2023-08-19 09:15:33 +07:00
tcc.info development/tcc: Update for v0.9.27+20230811_d1c1077, new maint. 2023-08-19 09:15:33 +07:00

README

tcc (Tiny C Compiler)

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.

Currently, tcc development happens in the github repo at
https://github.com/TinyCC/tinycc

By default, both native and cross compilers for various systems (Win32,
Win64, ARM, OSX, etc) are built. If you want to skip the cross
compilers, pass CROSS=no to the script.