gcc-4.4 4.4.6-11ubuntu2 source package in Ubuntu Linaro Evaluation Build

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
Oneiric based series for Ubuntu LEB release universe devel

Builds

Oneiric: [FULLYBUILT] armel

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.

g++-4.4: GNU C++ compiler

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

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

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.

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

libmudflap0-4.4-dev: GCC mudflap support libraries (development files)

 The libmudflap libraries are used by GCC for instrumenting pointer and array
 dereferencing operations.
 .
 This package contains the headers and the static libraries.

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