gcc-4.9 4.9.3-13ubuntu2 source package in Ubuntu

Changelog

gcc-4.9 (4.9.3-13ubuntu2) xenial; urgency=medium

  * Fix applying the gcc-linaro patches.

 -- Matthias Klose <email address hidden>  Wed, 13 Apr 2016 19:07:14 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
gcc-4.9_4.9.3.orig.tar.gz 66.2 MiB ba89d06f957994ab8176c61fe510f78a995c741d56ef80a02424e594ab6a1b1f
gcc-4.9_4.9.3-13ubuntu2.diff.gz 1.1 MiB ec236de3bc01a35c7edcee547518b9e9392f7164899fcba7020e0425dc8aaab0
gcc-4.9_4.9.3-13ubuntu2.dsc 11.9 KiB 15fc114b91deb1707d530b82feb71a9d7198178add975eed090574883e4b05d9

View changes file

Binary packages built by this source

cpp-4.9: 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.9-dbgsym: debug symbols for package cpp-4.9

 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.9-doc: No summary available for cpp-4.9-doc in ubuntu yakkety.

No description available for cpp-4.9-doc in ubuntu yakkety.

g++-4.9: GNU C++ compiler

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

g++-4.9-dbgsym: No summary available for g++-4.9-dbgsym in ubuntu yakkety.

No description available for g++-4.9-dbgsym in ubuntu yakkety.

g++-4.9-multilib: GNU C++ compiler (multilib support)

 This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

g++-4.9-multilib-dbgsym: No summary available for g++-4.9-multilib-dbgsym in ubuntu yakkety.

No description available for g++-4.9-multilib-dbgsym in ubuntu yakkety.

gcc-4.9: GNU C compiler

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

gcc-4.9-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.9-dbgsym: debug symbols for package gcc-4.9

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

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

 Documentation for the GNU compilers in info format.

gcc-4.9-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.9-multilib: GNU C compiler (multilib support)

 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gcc-4.9-multilib-dbgsym: debug symbols for package gcc-4.9-multilib

 This is the GNU C compiler, a fairly portable optimizing compiler for C.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gcc-4.9-plugin-dev: No summary available for gcc-4.9-plugin-dev in ubuntu yakkety.

No description available for gcc-4.9-plugin-dev in ubuntu yakkety.

gcc-4.9-plugin-dev-dbgsym: debug symbols for package gcc-4.9-plugin-dev

 This package contains (header) files for GNU GCC plugin development. It
 is only used for the development of GCC plugins, but not needed to run
 plugins.

gcc-4.9-source: Source of the GNU Compiler Collection

 This package contains the sources and patches which are needed to
 build the GNU Compiler Collection (GCC).

gccgo-4.9: GNU Go compiler

 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.

gccgo-4.9-dbgsym: No summary available for gccgo-4.9-dbgsym in ubuntu yakkety.

No description available for gccgo-4.9-dbgsym in ubuntu yakkety.

gccgo-4.9-doc: No summary available for gccgo-4.9-doc in ubuntu yakkety.

No description available for gccgo-4.9-doc in ubuntu yakkety.

gccgo-4.9-multilib: GNU Go compiler (multilib support)

 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gccgo-4.9-multilib-dbgsym: debug symbols for package gccgo-4.9-multilib

 This is the GNU Go compiler, which compiles Go on platforms supported
 by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gcj-4.9: GCJ byte code and native compiler 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.

gcj-4.9-dbgsym: debug symbols for package gcj-4.9

 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.

gcj-4.9-jdk: No summary available for gcj-4.9-jdk in ubuntu yakkety.

No description available for gcj-4.9-jdk in ubuntu yakkety.

gcj-4.9-jdk-dbgsym: debug symbols for package gcj-4.9-jdk

 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-4.9-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-4.9-jre-dbgsym: No summary available for gcj-4.9-jre-dbgsym in ubuntu yakkety.

No description available for gcj-4.9-jre-dbgsym in ubuntu yakkety.

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

gcj-4.9-jre-headless-dbgsym: No summary available for gcj-4.9-jre-headless-dbgsym in ubuntu yakkety.

No description available for gcj-4.9-jre-headless-dbgsym in ubuntu yakkety.

gcj-4.9-jre-lib: Java runtime library for use with gcj (jar files)

 This is the jar file that goes along with the gcj front end to gcc.

gcj-4.9-source: No summary available for gcj-4.9-source in ubuntu yakkety.

No description available for gcj-4.9-source in ubuntu yakkety.

gdc-4.9: GNU D compiler (version 2), based on the GCC backend

 This is the GNU D compiler, which compiles D on platforms supported by gcc.
 It uses the gcc backend to generate optimised code.
 .
 This compiler supports D language version 2.

gdc-4.9-dbgsym: No summary available for gdc-4.9-dbgsym in ubuntu yakkety.

No description available for gdc-4.9-dbgsym in ubuntu yakkety.

gfortran-4.9: GNU Fortran compiler

 This is the GNU Fortran compiler, which compiles
 Fortran on platforms supported by the gcc compiler. It uses the
 gcc backend to generate optimized code.

gfortran-4.9-dbgsym: No summary available for gfortran-4.9-dbgsym in ubuntu yakkety.

No description available for gfortran-4.9-dbgsym in ubuntu yakkety.

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

 Documentation for the GNU Fortran compiler in info format.

gfortran-4.9-multilib: No summary available for gfortran-4.9-multilib in ubuntu yakkety.

No description available for gfortran-4.9-multilib in ubuntu yakkety.

gfortran-4.9-multilib-dbgsym: debug symbols for package gfortran-4.9-multilib

 This is the GNU Fortran compiler, which compiles Fortran on platforms
 supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gobjc++-4.9: 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.9-dbgsym: debug symbols for package gobjc++-4.9

 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.9-multilib: No summary available for gobjc++-4.9-multilib in ubuntu yakkety.

No description available for gobjc++-4.9-multilib in ubuntu yakkety.

gobjc++-4.9-multilib-dbgsym: debug symbols for package gobjc++-4.9-multilib

 This is the GNU Objective-C++ compiler, which compiles Objective-C++ on
 platforms supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gobjc-4.9: 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.9-dbgsym: No summary available for gobjc-4.9-dbgsym in ubuntu yakkety.

No description available for gobjc-4.9-dbgsym in ubuntu yakkety.

gobjc-4.9-multilib: GNU Objective-C compiler (multilib support)

 This is the GNU Objective-C compiler, which compiles Objective-C on platforms
 supported by the gcc compiler.
 .
 This is a dependency package, depending on development packages
 for the non-default multilib architecture(s).

gobjc-4.9-multilib-dbgsym: No summary available for gobjc-4.9-multilib-dbgsym in ubuntu yakkety.

No description available for gobjc-4.9-multilib-dbgsym in ubuntu yakkety.

lib32asan1: AddressSanitizer -- a fast memory error detector (32bit)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32asan1-dbg: AddressSanitizer -- a fast memory error detector (32 bit debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32asan1-dbgsym: debug symbols for package lib32asan1

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib32gcc-4.9-dev: GCC support library (32 bit development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib32gcc-4.9-dev-dbgsym: debug symbols for package lib32gcc-4.9-dev

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib32gfortran-4.9-dev: Runtime library for GNU Fortran applications (32bit development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

lib32gfortran-4.9-dev-dbgsym: debug symbols for package lib32gfortran-4.9-dev

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

lib32go5: Runtime library for GNU Go applications (32bit)

 Library needed for GNU Go applications linked against the
 shared library.

lib32go5-dbg: No summary available for lib32go5-dbg in ubuntu yakkety.

No description available for lib32go5-dbg in ubuntu yakkety.

lib32go5-dbgsym: debug symbols for package lib32go5

 Library needed for GNU Go applications linked against the
 shared library.

lib32objc-4.9-dev: No summary available for lib32objc-4.9-dev in ubuntu yakkety.

No description available for lib32objc-4.9-dev in ubuntu yakkety.

lib32stdc++-4.9-dev: No summary available for lib32stdc++-4.9-dev in ubuntu yakkety.

No description available for lib32stdc++-4.9-dev in ubuntu yakkety.

lib32stdc++-4.9-dev-dbgsym: debug symbols for package lib32stdc++-4.9-dev

 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.

lib32stdc++6-4.9-dbg: GNU Standard C++ Library v3 (debugging files)

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

lib64asan1: No summary available for lib64asan1 in ubuntu yakkety.

No description available for lib64asan1 in ubuntu yakkety.

lib64asan1-dbg: AddressSanitizer -- a fast memory error detector (64bit debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib64asan1-dbgsym: debug symbols for package lib64asan1

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

lib64gcc-4.9-dev: GCC support library (64bit development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib64gcc-4.9-dev-dbgsym: debug symbols for package lib64gcc-4.9-dev

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

lib64gfortran-4.9-dev: Runtime library for GNU Fortran applications (64bit development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

lib64gfortran-4.9-dev-dbgsym: No summary available for lib64gfortran-4.9-dev-dbgsym in ubuntu yakkety.

No description available for lib64gfortran-4.9-dev-dbgsym in ubuntu yakkety.

lib64go5: Runtime library for GNU Go applications (64bit)

 Library needed for GNU Go applications linked against the
 shared library.

lib64go5-dbg: Runtime library for GNU Go applications (64bit debug symbols)

 Library needed for GNU Go applications linked against the
 shared library. This currently is an empty package, because the
 library is completely unstripped.

lib64go5-dbgsym: debug symbols for package lib64go5

 Library needed for GNU Go applications linked against the
 shared library.

lib64objc-4.9-dev: No summary available for lib64objc-4.9-dev in ubuntu yakkety.

No description available for lib64objc-4.9-dev in ubuntu yakkety.

lib64stdc++-4.9-dev: No summary available for lib64stdc++-4.9-dev in ubuntu yakkety.

No description available for lib64stdc++-4.9-dev in ubuntu yakkety.

lib64stdc++-4.9-dev-dbgsym: No summary available for lib64stdc++-4.9-dev-dbgsym in ubuntu yakkety.

No description available for lib64stdc++-4.9-dev-dbgsym in ubuntu yakkety.

lib64stdc++6-4.9-dbg: No summary available for lib64stdc++6-4.9-dbg in ubuntu yakkety.

No description available for lib64stdc++6-4.9-dbg in ubuntu yakkety.

libasan1: AddressSanitizer -- a fast memory error detector

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libasan1-dbg: No summary available for libasan1-dbg in ubuntu yakkety.

No description available for libasan1-dbg in ubuntu yakkety.

libasan1-dbgsym: No summary available for libasan1-dbgsym in ubuntu yakkety.

No description available for libasan1-dbgsym in ubuntu yakkety.

libgcc-4.9-dev: No summary available for libgcc-4.9-dev in ubuntu yakkety.

No description available for libgcc-4.9-dev in ubuntu yakkety.

libgcc-4.9-dev-dbgsym: debug symbols for package libgcc-4.9-dev

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libgcj15: Java runtime library for use with gcj

 This is the runtime that goes along with the gcj front end to
 gcc. libgcj includes parts of the Java Class Libraries, plus glue to
 connect the libraries to the compiler and the underlying OS.
 .
 To show file names and line numbers in stack traces, the packages
 libgcj15-dbg and binutils are required.

libgcj15-awt: No summary available for libgcj15-awt in ubuntu yakkety.

No description available for libgcj15-awt in ubuntu yakkety.

libgcj15-awt-dbgsym: No summary available for libgcj15-awt-dbgsym in ubuntu yakkety.

No description available for libgcj15-awt-dbgsym in ubuntu yakkety.

libgcj15-dbg: No summary available for libgcj15-dbg in ubuntu yakkety.

No description available for libgcj15-dbg in ubuntu yakkety.

libgcj15-dbgsym: debug symbols for package libgcj15

 This is the runtime that goes along with the gcj front end to
 gcc. libgcj includes parts of the Java Class Libraries, plus glue to
 connect the libraries to the compiler and the underlying OS.
 .
 To show file names and line numbers in stack traces, the packages
 libgcj15-dbg and binutils are required.

libgcj15-dev: Java development headers for use with gcj

 These are the development headers that go along with the gcj front end
 to gcc. libgcj includes parts of the Java Class Libraries, plus glue
 to connect the libraries to the compiler and the underlying OS.

libgcj15-dev-dbgsym: No summary available for libgcj15-dev-dbgsym in ubuntu yakkety.

No description available for libgcj15-dev-dbgsym in ubuntu yakkety.

libgfortran-4.9-dev: Runtime library for GNU Fortran applications (development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libgfortran-4.9-dev-dbgsym: debug symbols for package libgfortran-4.9-dev

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libgo5: Runtime library for GNU Go applications

 Library needed for GNU Go applications linked against the
 shared library.

libgo5-dbg: Runtime library for GNU Go applications (debug symbols)

 Library needed for GNU Go applications linked against the
 shared library. This currently is an empty package, because the
 library is completely unstripped.

libgo5-dbgsym: No summary available for libgo5-dbgsym in ubuntu yakkety.

No description available for libgo5-dbgsym in ubuntu yakkety.

libobjc-4.9-dev: Runtime library for GNU Objective-C applications (development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libphobos-4.9-dev: No summary available for libphobos-4.9-dev in ubuntu yakkety.

No description available for libphobos-4.9-dev in ubuntu yakkety.

libsfasan1: AddressSanitizer -- a fast memory error detector (soft float ABI)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libsfasan1-dbg: AddressSanitizer -- a fast memory error detector (soft float ABI debug symbols)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libsfasan1-dbgsym: debug symbols for package libsfasan1

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libsfgcc-4.9-dev: No summary available for libsfgcc-4.9-dev in ubuntu yakkety.

No description available for libsfgcc-4.9-dev in ubuntu yakkety.

libsfgcc-4.9-dev-dbgsym: debug symbols for package libsfgcc-4.9-dev

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libsfgfortran-4.9-dev: Runtime library for GNU Fortran applications (soft float ABI development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libsfgfortran-4.9-dev-dbgsym: debug symbols for package libsfgfortran-4.9-dev

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libsfobjc-4.9-dev: Runtime library for GNU Objective-C applications (soft float development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libsfstdc++-4.9-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.

libsfstdc++-4.9-dev-dbgsym: debug symbols for package libsfstdc++-4.9-dev

 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.

libsfstdc++6-4.9-dbg: No summary available for libsfstdc++6-4.9-dbg in ubuntu yakkety.

No description available for libsfstdc++6-4.9-dbg in ubuntu yakkety.

libstdc++-4.9-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++-4.9-dev-dbgsym: debug symbols for package libstdc++-4.9-dev

 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++-4.9-doc: No summary available for libstdc++-4.9-doc in ubuntu yakkety.

No description available for libstdc++-4.9-doc in ubuntu yakkety.

libstdc++-4.9-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.

libstdc++-4.9-pic-dbgsym: No summary available for libstdc++-4.9-pic-dbgsym in ubuntu yakkety.

No description available for libstdc++-4.9-pic-dbgsym in ubuntu yakkety.

libstdc++6-4.9-dbg: No summary available for libstdc++6-4.9-dbg in ubuntu yakkety.

No description available for libstdc++6-4.9-dbg in ubuntu yakkety.

libx32asan1: AddressSanitizer -- a fast memory error detector (x32)

 AddressSanitizer (ASan) is a fast memory error detector. It finds
 use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs.

libx32asan1-dbg: No summary available for libx32asan1-dbg in ubuntu yakkety.

No description available for libx32asan1-dbg in ubuntu yakkety.

libx32asan1-dbgsym: No summary available for libx32asan1-dbgsym in ubuntu yakkety.

No description available for libx32asan1-dbgsym in ubuntu yakkety.

libx32gcc-4.9-dev: GCC support library (x32 development files)

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libx32gcc-4.9-dev-dbgsym: debug symbols for package libx32gcc-4.9-dev

 This package contains the headers and static library files necessary for
 building C programs which use libgcc, libgomp, libquadmath, libssp or libitm.

libx32gfortran-4.9-dev: Runtime library for GNU Fortran applications (x32 development files)

 This package contains the headers and static library files needed to build
 GNU Fortran applications.

libx32gfortran-4.9-dev-dbgsym: No summary available for libx32gfortran-4.9-dev-dbgsym in ubuntu yakkety.

No description available for libx32gfortran-4.9-dev-dbgsym in ubuntu yakkety.

libx32go5: No summary available for libx32go5 in ubuntu yakkety.

No description available for libx32go5 in ubuntu yakkety.

libx32go5-dbg: Runtime library for GNU Go applications (x32 debug symbols)

 Library needed for GNU Go applications linked against the
 shared library. This currently is an empty package, because the
 library is completely unstripped.

libx32go5-dbgsym: debug symbols for package libx32go5

 Library needed for GNU Go applications linked against the
 shared library.

libx32objc-4.9-dev: Runtime library for GNU Objective-C applications (x32 development files)

 This package contains the headers and static library files needed to build
 GNU ObjC applications.

libx32stdc++-4.9-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.

libx32stdc++-4.9-dev-dbgsym: No summary available for libx32stdc++-4.9-dev-dbgsym in ubuntu yakkety.

No description available for libx32stdc++-4.9-dev-dbgsym in ubuntu yakkety.

libx32stdc++6-4.9-dbg: No summary available for libx32stdc++6-4.9-dbg in ubuntu yakkety.

No description available for libx32stdc++6-4.9-dbg in ubuntu yakkety.