* move libffi to base/ Category
[t2sde.git] / package / develop / tcc / tcc.desc
blob2bd0f409620bffc99c8570bf0ae0b144fe291a50
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/tcc/tcc.desc
3 [COPY] Copyright (C) 2006 - 2024 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] The smallest Linux C compiler
14 [T] The Tiny C Compiler is small, fast, unlimited, and safe. You can compile
15 [T] and execute C code everywhere (e.g. on rescue disks). It generates
16 [T] optimized x86 code, and can compile, assemble, and link several times
17 [T] faster than 'gcc -O0'. Any C dynamic library can be used directly. It
18 [T] includes an optional memory and bounds checker, and bounds-checked code
19 [T] can be mixed freely with standard code. C script is also supported--just
20 [T] add '#!/usr/bin/tcc' at the first line of your C source, and execute it
21 [T] directly from the command line.
23 [U] http://www.tinycc.org/
25 [A] Fabrice Bellard <fabrice.bellard@free.fr>
26 [M] The T2 Project <t2@t2-project.org>
28 [C] extra/development
29 [F] CROSS
31 [L] GPL
32 [S] Beta
33 [V] 0.9.27-ca061f3
34 [P] X -----5---9 800.000
35 [R] + arm arm64 riscv64 x86 x86-64
37 [O] atstage cross && var_append extraconfopt ' ' '--enable-cross'
39 [D] c4a27e0e71d54205cd8042b543630247e0fe397ab69402b36183c497 tinycc-ca061f3.tar.gz !https://repo.or.cz/tinycc.git/snapshot/ca061f3a96216f85f6fe72868083208aa0a740b9.tar.gz