gcc-defaults 1.98ubuntu3 source package in Bilimbi Test

Changelog

gcc-defaults (1.98ubuntu3) natty; urgency=low

  * debian/control: g++-multilib also needs to depend on gcc-multilib in
    order for this symlink to be picked up everywhere it needs to be.
 -- Steve Langasek <email address hidden>   Mon, 11 Apr 2011 15:52:36 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Natty
Original maintainer:
Debian GCC maintainers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe devel

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gcc-defaults_1.98ubuntu3.tar.gz 62.9 KiB 826fc380a7a5378bb152999bb312927dae7aba238fa1031ff50a6270ceb9b23c
gcc-defaults_1.98ubuntu3.dsc 1.9 KiB 6535d606ca7e4006f97879a699c6f5c48dfe44267a3abbda588f5d3474bdb158

Available diffs

View changes file

Binary packages built by this source

cpp: The 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++: The 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: The 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: The 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: The 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: The GNU Java compiler (transitional package)

 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.
 .
 This is a transitional package. It can be removed.

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: The D compiler

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

gij: The GNU Java bytecode interpreter (transitional package)

 GIJ is 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.
 .
 This is a transitional package. It can be removed.

gobjc: The 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++: The 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: The 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: The 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.