tcc 0.9.27~git20140923.9d7fb33-3ubuntu1 source package in Ubuntu

Changelog

tcc (0.9.27~git20140923.9d7fb33-3ubuntu1) wily; urgency=medium

  * Disable stack protection on i386 to avoid FTBFS with
    undefined symbol '__stack_chk_fail_local' (LP: #1500147).

 -- Graham Inggs <email address hidden>  Sun, 27 Sep 2015 08:17:02 +0200

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
hurd-i386 i386 amd64 armel armhf
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64 [FULLYBUILT] armhf [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
tcc_0.9.27~git20140923.9d7fb33.orig.tar.gz 630.0 KiB 6ab5c710f25dcfe33aaf3e83a25b6f2c4e1826e7fd6b8e11639abcc45cb9e6b6
tcc_0.9.27~git20140923.9d7fb33-3ubuntu1.debian.tar.xz 12.6 KiB ca2595cbaf3c16e3f61a86a951983ed588933ec0fe2a964cc7a2be37390fbe0a
tcc_0.9.27~git20140923.9d7fb33-3ubuntu1.dsc 2.2 KiB c47bffe4e6ccfeab76bf02bab79f6d3c76af0126e23a3b87f6d757410ece0424

View changes file

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: No summary available for tcc in ubuntu wily.

No description available for tcc in ubuntu wily.

tcc-dbgsym: debug symbols for package tcc

 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.