Package tcc: Information

    Source package: tcc
    Version: 0.9.27-alt5.1213.gf075851f
    Latest version according to Repology
    Build time:  Mar 27, 2025, 12:36 PM in the task #379380
    Category: Development/C
    Report package bug
    License: LGPLv2.1+
    Summary: A small but hyper fast C compiler
    Description: 
    TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C
    compilers, it is meant to be self-sufficient: you do not need an
    external assembler or linker because TCC does that for you.
    TCC compiles so fast that even for big projects Makefiles may not be
    necessary.
    TCC not only supports ANSI C, but also most of the new ISO C99 standard
    and many GNUC extensions.
    TCC can also be used to make C scripts, i.e. pieces of C source that
    you run as a Perl or Python script. Compilation is so fast that your
    script will be as fast as if it was an executable.
    TCC can also automatically generate memory and bound checks while
    allowing all C pointers operations. TCC can do these checks even if non
    patched libraries are used.
    With libtcc, you can use TCC as a backend for dynamic code generation.

    List of RPM packages built from this SRPM:
    libtcc-devel-static (x86_64, i586, aarch64)
    tcc (x86_64, i586, aarch64)
    tcc-cross (x86_64, i586, aarch64)
    tcc-cross-debuginfo (x86_64, i586, aarch64)
    tcc-debuginfo (x86_64, i586, aarch64)

    Maintainer: David Sultaniiazov


    ACL:
    George V. Kouryachy
    @everybody

      1. perl-Pod-Usage
      2. perl-podlators
      3. makeinfo

    Last changed


    March 11, 2025 David Sultaniiazov 0.9.27-alt5.1213.gf075851f
    - Save upstream remote
    - Move `tcc.spec` to `.gear/`
    - Update to 2025.03.11
    - Remove unused patch 0.9.27-alt1
    Nov. 22, 2021 Ilya Kurdyukov 0.9.27-alt4.740.g347c036
    - Disabled LTO to fix build
    April 17, 2021 George V. Kouryachy 0.9.27-alt3.740.g347c036
    - Switch to git origin/mob build
    - Update to 2021/04/17
    - Debian patches applied