tcc 0.9.27-5 source package in Ubuntu

Changelog

tcc (0.9.27-5) unstable; urgency=medium

  * debian/control:
    + Update Vcs fields.
  * debian/patches:
    + update forwarded status of the patch.
    + add patch fixing -pthread option handling (Closes: #891592, thanks
      Vincent Lefevre).

 -- Thomas Preud'homme <email address hidden>  Wed, 28 Feb 2018 21:03:17 +0000

Upload details

Uploaded by:
Thomas Preud'homme
Uploaded to:
Sid
Original maintainer:
Thomas Preud'homme
Architectures:
hurd-i386 i386 amd64 armel armhf arm64
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
tcc_0.9.27-5.dsc 1.9 KiB d16d3a3f0539131ee9c1b0399a50c9b8e00aca73b4fc93de7682a74f6e9f4132
tcc_0.9.27.orig.tar.bz2 620.1 KiB de23af78fca90ce32dff2dd45b3432b2334740bb9bb7b05bf60fdbfc396ceb9c
tcc_0.9.27-5.debian.tar.xz 14.3 KiB c631e0ed9fe26d0ade50f598af83df8a5c96558a7deb9eaa070af8f28aee967f

Available diffs

No changes file available.

Binary packages built by this source

libtcc-dev: fast library for dynamic code generation

 Libtcc is a library that uses tcc, a compiler several times faster than
 'gcc -O0' to perform dynamic code generation. It exposes in its API all
 operations tcc performs to generate a binary from sources: setting
 header and library paths, compiling program from a source file,
 manipulating its symbols and handling relocation of its code among
 other things. Libtcc is also able to compile from a buffer.
 .
 This package contains the static library and header file for TCC (Tiny
 C Compiler).
 .
 NOTE: libtcc is still somewhat experimental and is not recommended for
 production use. The code it generates is much less optimized than what
 GCC produces, and compiler bugs can have serious security consequences
 for your program.

tcc: small ANSI C compiler

 TCC (for Tiny C Compiler) is a small and fast ANSI C compiler. It
 generates optimized x86 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 script
 is also supported via the usual hash-bang mechanism.
 .
 NOTE: TCC is still somewhat experimental and is not recommended for
 production use. The code it generates is much less optimized than what
 GCC produces, and compiler bugs can have serious security consequences
 for your program.

tcc-dbgsym: No summary available for tcc-dbgsym in ubuntu cosmic.

No description available for tcc-dbgsym in ubuntu cosmic.