tcc: The smallest Linux C compiler1

The Tiny C Compiler is small, fast, unlimited, and safe. You can compile and execute C code everywhere (e.g. on rescue disks). It generates optimized x86 code, and can compile, assemble, and link several times faster than 'gcc -O0'. Any C dynamic library can be used directly. It includes an optional memory and bounds checker, and bounds-checked code can be mixed freely with standard code. C script is also supported--just add '#!/usr/bin/tcc' at the first line of your C source, and execute it directly from the command line.

... part of T2, get it here

URL: http://www.tinycc.org/

Author: Fabrice Bellard <fabrice [dot] bellard [at] free [dot] fr>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: GPL
Status: Beta
Version: 0.9.27-ca061f3

Remark: Does cross compile (as setup and patched in T2).

CPU architectures: Does only support: arm arm64 riscv64 x86 x86-64

Download: https://repo.or.cz/tinycc.git/snapshot/ ca061f3a96216f85f6fe72868083208aa0a740b9.tar.gz

T2 source: tcc.cache
T2 source: tcc.desc

Build time (on reference hardware): 2% (relative to binutils)2

Installed size (on reference hardware): 3.23 MB, 29 files

Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk git grep gzip linux-header make perl sed tar texinfo

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).