Commit graph

6 commits

Author SHA1 Message Date
Juan Romero Pardines
9879eedf06 Forgot to add RCSID; regen 2004-03-17 22:56:42 +00:00
Juan Romero Pardines
2da5b3ac7d Update to 0.9.20; changes in this version:
o added '-w' option
o added '.gnu.linkonce' ELF sections support
o fixed libc linking when running in memory (avoid 'stat' function
  errors).
o extended '-run' option to be able to give several arguments to a C
  script.
2004-03-17 22:56:05 +00:00
grant beattie
b82ee9e606 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:32:43 +00:00
Chris Pinnock
247ba497a4 Fix URL 2003-09-06 11:44:43 +00:00
Juan Romero Pardines
a710287319 Fix build on Linux. 2003-07-27 17:22:20 +00:00
pancake ;)
0a81804500 Initial import of tcc:
DESCR:
======
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.


** TODO **

* Original pkg seems to work under Linux and FreeBSD
  I patch a little bit FreeBSD #ifs and compiles under
  NetBSD, but doesn't works fine.
* Could be a freebsd bug also, I doesn't test it :/
2003-07-27 02:41:02 +00:00