mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
76878c24b0
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
8 lines
444 B
Text
8 lines
444 B
Text
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.
|