tcc 0.9.27+git20200814.62c30a4a-2 source package in Ubuntu

Changelog

tcc (0.9.27+git20200814.62c30a4a-2) unstable; urgency=medium

  * Team upload (Debian namespace).

  [ Chris Hofstaedtler ]
  * Correct Vcs-Git URL
  * Fix FTBFS with gcc-14 (Closes: #1075552)
  * self-hosting test: set allow-stderr for warnings

  [ Thomas Preud'homme ]
  * debian/rules: Use DEB_HOST_ARCH_CPU rather than DEB_HOST_ARCH to set
    HOST_CPU (Thanks John Scott).

  [ John Scott ]
  * Add a DEP-8 test checking that tcc self-compiles.

  [ Debian Janitor ]
  * Fix field name typo in debian/copyright (Comments => Comment).
  * Update standards version to 4.5.1, no changes needed.

 -- Chris Hofstaedtler <email address hidden>  Sat, 10 Aug 2024 12:16:58 +0200

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
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
tcc_0.9.27+git20200814.62c30a4a-2.dsc 2.2 KiB 28d62ad132eb6d1d424dfc51b5832e4a186810cf99472620867046690de6a99f
tcc_0.9.27+git20200814.62c30a4a.orig.tar.bz2 692.3 KiB d63c113bcdd657f51c8ee197a0b0a24203603313e19a52b5f678d40ab7f5df35
tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz 15.3 KiB 3f871b69b58b5112c825bb6673796c64c1ab23570406b21440feea679724fd79

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.