gcc-4.4 4.4.7-5ubuntu1 source package in Ubuntu

Changelog

gcc-4.4 (4.4.7-5ubuntu1) trusty; urgency=low

  * Fix build error with texinfo-5.1.

gcc-4.4 (4.4.7-5) unstable; urgency=low

  * Stop building mudflap packages.
  * Stop building the spu cross compiler.

gcc-4.4 (4.4.7-4) unstable; urgency=low

  * Fix build failure with linux-3.8 kernel headers. Closes: #707387.
  * Fix build failure on powerpcspe. Closes: #698496.

gcc-4.4 (4.4.7-3) unstable; urgency=low

  * Lower priority of the gcc-4.4-base package (closes: #498934).
  * Replace versioned breaks for gcj-4.4-base with conflicts (closes: #677582).
    Fixes some squeeze->wheezy upgrade paths where apt chooses to hold back
    gcc-4.4-base and keep gcj-4.4-base installed instead of upgrading
    gcc-4.4-base and removing the obsolete gcj-4.4-base (Andreas Beckmann).
 -- Matthias Klose <email address hidden>   Wed, 04 Dec 2013 16:05:18 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
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.7.orig.tar.gz 46.4 MiB 90f9b9165554e606d73a15c07bf30d8d0b5f701439cab9d81a8018ce4f946d2f
gcc-4.4_4.4.7-5ubuntu1.diff.gz 1.2 MiB e88fac76d686be1dd8017a574a5be87de13227676aa63eadb9c87e90c39dabe8
gcc-4.4_4.4.7-5ubuntu1.dsc 3.9 KiB 7f64311699b07a96ed143b04848e090b29a9ddabf4dfcd4f34622c919b670ef0

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: GNU C++ compiler (multilib files)

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

gcc-4.4: GNU C compiler

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

gcc-4.4-base: GCC, the GNU Compiler Collection (base package)

 This package contains files common to all languages and libraries
 contained in the GNU Compiler Collection (GCC).

gcc-4.4-doc: Documentation for the GNU compilers (gcc, gobjc, g++)

 Documentation for the GNU compilers in info format.

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: GNU C compiler (multilib files)

 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 On architectures with multilib support, the package contains files
 and dependencies for the non-default multilib architecture(s).

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).

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: Documentation for the GNU Fortran compiler (gfortran)

 Documentation for the GNU Fortran 95 compiler in info format.

gfortran-4.4-multilib: GNU Fortran 95 compiler (multilib files)

 This is the GNU Fortran compiler, which compiles Fortran 95 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).

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: GNU Standard C++ Library v3 (debugging files)

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

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

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

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: GNU Standard C++ Library v3 (documentation files)

 This package contains documentation files for the GNU stdc++ library.
 .
 One set is the distribution documentation, the other set is the
 source documentation including a namespace list, class hierarchy,
 alphabetical list, compound list, file list, namespace members,
 compound members and file members.

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.