gcc-4.4 4.4.6-11ubuntu2 source package in Ubuntu

Changelog

gcc-4.4 (4.4.6-11ubuntu2) oneiric; urgency=low

  * debian/control.m4:
    - fix breaks of gcc-4.4-base against gcj-4.4-base
      (LP: #853688)
 -- Michael Vogt <email address hidden>   Wed, 05 Oct 2011 16:19:53 +0200

Upload details

Uploaded by:
Michael Vogt
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gcc-4.4_4.4.6.orig.tar.gz 49.2 MiB 107b44218a3cad9be9593b7cd089019c59f7395b68ed5d8b9dd47e0d6de0299f
gcc-4.4_4.4.6-11ubuntu2.diff.gz 1.2 MiB adf5c5e7d40f7f1d7429228471c7a9b1f91d2186c638d63923cb1d854ef22a89
gcc-4.4_4.4.6-11ubuntu2.dsc 3.2 KiB a3a5b64d67093da0b0ff756112d116bc14b2a030df2edfa52561ffe4c7bdcd3c

Available diffs

View changes file

Binary packages built by this source

cpp-4.4: GNU C preprocessor

 A macro processor that is used automatically by the GNU C compiler
 to transform programs before actual compilation.
 .
 This package has been separated from gcc for the benefit of those who
 require the preprocessor but not the compiler.

cpp-4.4-doc: Documentation for the GNU C preprocessor (cpp)

 Documentation for the GNU C preprocessor in info format.

g++-4.4: GNU C++ compiler

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.

g++-4.4-multilib: No summary available for g++-4.4-multilib in ubuntu oneiric.

No description available for g++-4.4-multilib in ubuntu oneiric.

g++-4.4-spu: SPU cross-compiler (C++ compiler)

 GNU Compiler Collection for the Cell Broadband Engine SPU (C++ compiler).

gcc-4.4: No summary available for gcc-4.4 in ubuntu oneiric.

No description available for gcc-4.4 in ubuntu oneiric.

gcc-4.4-base: No summary available for gcc-4.4-base in ubuntu oneiric.

No description available for gcc-4.4-base in ubuntu oneiric.

gcc-4.4-doc: No summary available for gcc-4.4-doc in ubuntu oneiric.

No description available for gcc-4.4-doc in ubuntu oneiric.

gcc-4.4-locales: GCC, the GNU compiler collection (native language support files)

 Native language support for GCC. Lets GCC speak your language,
 if translations are available.
 .
 Please do NOT submit bug reports in other languages than "C".
 Always reset your language settings to use the "C" locales.

gcc-4.4-multilib: No summary available for gcc-4.4-multilib in ubuntu oneiric.

No description available for gcc-4.4-multilib in ubuntu oneiric.

gcc-4.4-source: Source of the GNU Compiler Collection

 This package contains the sources and patches which are needed to
 build the GNU Compiler Collection (GCC).

gcc-4.4-spu: No summary available for gcc-4.4-spu in ubuntu oneiric.

No description available for gcc-4.4-spu in ubuntu oneiric.

gfortran-4.4: GNU Fortran 95 compiler

 This is the GNU Fortran compiler, which compiles
 Fortran 95 on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gfortran-4.4-doc: No summary available for gfortran-4.4-doc in ubuntu oneiric.

No description available for gfortran-4.4-doc in ubuntu oneiric.

gfortran-4.4-multilib: No summary available for gfortran-4.4-multilib in ubuntu oneiric.

No description available for gfortran-4.4-multilib in ubuntu oneiric.

gfortran-4.4-spu: No summary available for gfortran-4.4-spu in ubuntu oneiric.

No description available for gfortran-4.4-spu in ubuntu oneiric.

gobjc++-4.4: GNU Objective-C++ compiler

 This is the GNU Objective-C++ compiler, which compiles
 Objective-C++ on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gobjc++-4.4-multilib: GNU Objective-C++ compiler (multilib files)

 This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
 platforms supported by the gcc compiler.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gobjc-4.4: GNU Objective-C compiler

 This is the GNU Objective-C compiler, which compiles
 Objective-C on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gobjc-4.4-multilib: No summary available for gobjc-4.4-multilib in ubuntu oneiric.

No description available for gobjc-4.4-multilib in ubuntu oneiric.

lib32stdc++6-4.4-dbg: GNU Standard C++ Library v3 (debugging files)

 This package contains the shared library of libstdc++ compiled with
 debugging symbols.

lib64stdc++6-4.4-dbg: No summary available for lib64stdc++6-4.4-dbg in ubuntu oneiric.

No description available for lib64stdc++6-4.4-dbg in ubuntu oneiric.

libmudflap0-4.4-dev: No summary available for libmudflap0-4.4-dev in ubuntu oneiric.

No description available for libmudflap0-4.4-dev in ubuntu oneiric.

libstdc++6-4.4-dbg: No summary available for libstdc++6-4.4-dbg in ubuntu oneiric.

No description available for libstdc++6-4.4-dbg in ubuntu oneiric.

libstdc++6-4.4-dev: GNU Standard C++ Library v3 (development files)

 This package contains the headers and static library files necessary for
 building C++ programs which use libstdc++.
 .
 libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
 was included up to g++-2.95. The first version of libstdc++-v3 appeared
 in g++-3.0.

libstdc++6-4.4-doc: No summary available for libstdc++6-4.4-doc in ubuntu oneiric.

No description available for libstdc++6-4.4-doc in ubuntu oneiric.

libstdc++6-4.4-pic: GNU Standard C++ Library v3 (shared library subset kit)

 This is used to develop subsets of the libstdc++ shared libraries for
 use on custom installation floppies and in embedded systems.
 .
 Unless you are making one of those, you will not need this package.

protoize: Create/remove ANSI prototypes from C code

 "protoize" can be used to add prototypes to a program, thus converting
 the program to ANSI C in one respect. The companion program "unprotoize"
 does the reverse: it removes argument types from any prototypes
 that are found.