CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2021/01/13 14:52:03

Log message:
    Import lang/tcc, the Tiny C Compiler
    tested by several, ok benoit@
    
    TCC (Tiny C Compiler) is a small and fast ANSI C compiler.
    It generates optimized 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 scripting is also
    supported via the usual hash-bang mechanism.
    
    Backends exist for amd64, i386, arm, and arm64.
    
    Status:
    
    Vendor Tag: bcallah
    Release Tags:       bcallah_20210113
    
    N ports/lang/tcc/Makefile
    N ports/lang/tcc/distinfo
    N ports/lang/tcc/pkg/PLIST
    N ports/lang/tcc/pkg/DESCR
    
    No conflicts created by this import

Reply via email to