gcc-defaults 1.107ubuntu5 source package in Ubuntu Linaro Evaluation Build

Changelog

gcc-defaults (1.107ubuntu5) oneiric; urgency=low

  * Revert last change.
 -- Matthias Klose <email address hidden>   Sat, 13 Aug 2011 09:16:22 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Debian GCC maintainers
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-defaults_1.107ubuntu5.tar.gz 59.2 KiB 0f4023fb6a5a57add5c2271f3a1cf716ec8b514e91cbae57ae7270bdc27b68ad
gcc-defaults_1.107ubuntu5.dsc 1.4 KiB c77e6fa876ba766c256fd6c9f30be48095e46f6623bb6dd101f35ecf1b0f8a72

Available diffs

View changes file

Binary packages built by this source

cpp: GNU C preprocessor (cpp)

 The GNU C preprocessor is 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.
 .
 This is a dependency package providing the default GNU C preprocessor.

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

 Documentation for the GNU C preprocessor in info format (dependency package).

g++: GNU C++ compiler

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package providing the default GNU C++ compiler.

g++-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 dependencies
 for the non-default multilib architecture(s).

gcc: GNU C compiler

 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package providing the default GNU C compiler.

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

 Documentation for the GNU compilers in info format (dependency package).

gcc-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 dependencies
 for the non-default multilib architecture(s).

gcj-jdk: gcj and classpath development tools for Java(TM)

 GCJ is a front end to the GCC compiler which can natively compile both
 Java(tm) source and bytecode files. The compiler can also generate class
 files. Other java development tools from classpath are included in this
 package.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-SDK-like interface to the GCJ tool set.

gcj-jre: Java runtime environment using GIJ/classpath

 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 It includes a class loader which can dynamically load shared objects, so
 it is possible to give it the name of a class which has been compiled and
 put into a shared library on the class path.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.

gcj-jre-headless: Java runtime environment using GIJ/classpath (headless version)

 GIJ is a Java bytecode interpreter, not limited to interpreting bytecode.
 It includes a class loader which can dynamically load shared objects, so
 it is possible to give it the name of a class which has been compiled and
 put into a shared library on the class path.
 .
 The package contains as well a collection of wrapper scripts and symlinks.
 It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set,
 limited to the headless tools and libraries.

gdc: D compiler, based on the GCC backend

 This is a dependency package providing the default D compiler.
 Per policy, all packages that contain D sources must use this package
 in their Build-Depends line.

gfortran: GNU Fortran 95 compiler

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

gfortran-doc: Documentation for the GNU Fortran compiler (gfortran)

 Documentation for the GNU Fortran compiler in info format (dependency package).

gfortran-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 dependencies
 for the non-default multilib architecture(s).

gobjc: 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.
 .
 This is a dependency package providing the default GNU Objective-C compiler.

gobjc++: 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.
 .
 This is a dependency package providing the default GNU Objective-C++ compiler.

gobjc++-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 dependencies
 for the non-default multilib architecture(s).

gobjc-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 dependencies
 for the non-default multilib architecture(s).

libgcj-bc: Link time only library for use with gcj

 A fake library that is used at link time only. It ensures that
 binaries built with the BC-ABI link against a constant SONAME.
 This way, BC-ABI binaries continue to work if the SONAME underlying
 libgcj.so changes.