NOTICE: This package has been removed from pkgsrc

./wip/tcc-devel, The Smallest ANSI C compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2016.05.28nb20160528, Package name: tcc-devel-hg-2016.05.28nb20160528, Maintainer: rumcic

Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
-----------------------------------------------------------------------
Features:
--------
- SMALL! You can compile and execute C code everywhere, for example on
rescue disks.
- FAST! tcc generates optimized x86 code. No byte code
overhead. Compile, assemble and link about 7 times faster than 'gcc
-O0'.
- UNLIMITED! Any C dynamic library can be used directly. TCC is
heading torward full ISOC99 compliance. TCC can of course compile
itself.
- SAFE! tcc includes an optional memory and bound checker. Bound
checked code can be mixed freely with standard code.
- Compile and execute C source directly. No linking or assembly
necessary. Full C preprocessor included.
- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
line of your C source, and execute it directly from the command
line.


Required to build:
[devel/mercurial]

Version history: (Expand)


CVS history: (Expand)


   2012-10-07 19:17:20 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2007-08-27 20:49:39 by Rumko | Files touched by this commit (3) | Imported package
Log message:
TinyCC (aka TCC) is a small but hyper 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.