gcc-defaults 1.124ubuntu1 source package in Ubuntu

Changelog

gcc-defaults (1.124ubuntu1) trusty; urgency=low

  * Merge with Debian; remaining changes:
    - Build -multilib packages on armel and armhf (except for gccgo).
    - Adjust off-by-one offset for 4.6.x and 4.7.x release numbers.
    - Include the fsf-funding.7, gfdl.7 and gpl.7 man pages.
  * Build Go for AArch64.

gcc-defaults (1.124) unstable; urgency=low

  [ Matthias Klose ]
  * Bump GCC 4.8 versions to 4.8.2.
  * Default to 4.8 for hppa (John David Anglin).
  * Default to 4.7 for powerpcspe (Roland Stigge).
  * Default to 4.8 for alpha (Michael Cree).
  * Default to 4.8 for ppc64. It is a primary release architecture
    upstream, although there is no support from the Debian ppc64
    porters.

  [ Aurelien Jarno ]
  * Default to 4.8 for s390x architecture.

gcc-defaults (1.123) unstable; urgency=low

  [ Aurelien Jarno ]
  * Enable gcc-multilib on sparc64.
  * Default to 4.8 for sparc64 architecture.

  [ Matthias Klose ]
  * Default gcj to 4.8 on ia64 as well.
  * Stop building the -spu packages on powerpc.
  * Bump libgcj-common version to 4.8.
  * Let gfortran provide the gfortran-mod version of the default
    gfortran compiler. Addresses #714730.
 -- Matthias Klose <email address hidden>   Fri, 13 Dec 2013 09:43:48 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian GCC maintainers
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-defaults_1.124ubuntu1.tar.gz 63.3 KiB 738847f7ac906b6397730128befae2aa5f742fdc8d5d135301b21748d3ae425e
gcc-defaults_1.124ubuntu1.dsc 2.0 KiB c79dd1fe04c834158ef19dbb39286d500fd6b45fdd9c087768f3d3d1e1e730b2

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

gccgo: Go compiler, based on the GCC backend

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

gccgo-multilib: Go compiler, based on the GCC backend (multilib files)

 This is the GNU Go compiler, which compiles Go on platforms supported by
 the gcc compiler. It uses the gcc backend to generate optimized code.
 .
 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 (language version 2), 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.
 .
 This compiler supports D language version 2.

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.

libgcj-common: Java runtime library (common files)

 This package contains files shared by Classpath and libgcj libraries.