diff -Nru gcc-defaults-1.181/debian/changelog gcc-defaults-1.181+rpi1/debian/changelog
--- gcc-defaults-1.181/debian/changelog	2019-02-25 08:48:12.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/changelog	2019-03-11 22:34:44.000000000 +0000
@@ -1,3 +1,10 @@
+gcc-defaults (1.181+rpi1) buster-staging; urgency=medium
+
+  [changes brought forward from 1.176+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 07 Jun 2018 13:27:06 +0000]
+  * Re-enable gcj packages for now.
+
+ -- Raspbian forward porter <root@raspbian.org>  Mon, 11 Mar 2019 22:34:44 +0000
+
 gcc-defaults (1.181) unstable; urgency=medium
 
   * Bump GCC 8 version to 8.3.0.
diff -Nru gcc-defaults-1.181/debian/control gcc-defaults-1.181+rpi1/debian/control
--- gcc-defaults-1.181/debian/control	2019-02-25 08:48:12.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/control	2019-03-11 22:34:44.000000000 +0000
@@ -9,6 +9,7 @@
   gcc-8-base (>= 8.3.0-2~),
   lsb-release
 #Build-Depends-Indep: ca-certificates, gcj-jdk, python
+Build-Depends-Indep: ca-certificates, gcj-jdk, python
 Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc-defaults
 Vcs-Git: https://salsa.debian.org/toolchain-team/gcc-defaults.git
 XS-Python-Version: all
@@ -289,81 +290,81 @@
  A dependency package on architectures with multilib support; the package
  contains dependencies for the non-default multilib architecture(s).
 
-#Package: libgcj-common
-#Section: java
-#Architecture: all
-#Multi-Arch: foreign
-#Priority: optional
-#Depends: ${python:Depends}, ${misc:Depends}
-#Conflicts: classpath (<= 0.04-4)
-#Replaces: java-gcj-compat (<< 1.0.65-8), java-gcj-compat-dev (<< 1.0.80-2)
-#XB-Python-Version: ${python:Versions}
-#Description: Java runtime library (common files)
-# This package contains files shared by Classpath and libgcj libraries.
-
-#Package: libgcj-bc
-#Section: java
-#Architecture: any
-#Multi-Arch: same
-#Priority: optional
-#Pre-Depends: ${misc:Pre-Depends}
-#Depends: libgcj-common (>= ${version:libgcjcommon}), ${pkg:libgcj} ${reqv:gij}, ${misc:Depends}
-#Description: 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.
-
-#Package: gcj-jdk
-#Section: java
-#Architecture: any
-#Priority: optional
-#Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre (>= ${version:gcj}), ${dep:jdk}, ${pkg:gjdoc}, ${misc:Depends}
-#Provides: java-gcj-compat-dev, java-compiler, java-sdk, java2-sdk, java5-sdk, ${pkg:gjdoc}
-#Conflicts: gcj (<< ${ver:gcjconflict}), classpath-common (<= 2:0.97.2-1.1), ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2)
-#Replaces: ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2), gcj-jre-headless (<< 4:4.9.0-2)
-#Description: 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.
-
-#Package: gcj-jre-headless
-#Priority: optional
-#Section: java
-#Architecture: any
-#Depends: libgcj-common (>= ${version:libgcjcommon}), ${dep:jrehl}, ${misc:Depends}
-#Suggests: gcj-jdk
-#Conflicts: gij (<< ${ver:gcjconflict}), java-gcj-compat-headless (<< 1.0.80-6)
-#Replaces: java-gcj-compat-headless (<< 1.0.80-6)
-#Provides: java-gcj-compat-headless, java-virtual-machine, java5-runtime-headless, java2-runtime-headless, java1-runtime-headless, java-runtime-headless
-#Description: 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.
-
-#Package: gcj-jre
-#Section: java
-#Architecture: any
-#Priority: optional
-#Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre-headless (>= ${version:gcj}), ${dep:jre}, ${misc:Depends}
-#Provides: java-gcj-compat, java5-runtime, java2-runtime, java1-runtime, java-runtime
-#Description: 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.
-# .
-# This is currently an empty package.
-# It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.
+Package: libgcj-common
+Section: java
+Architecture: all
+Multi-Arch: foreign
+Priority: optional
+Depends: ${python:Depends}, ${misc:Depends}
+Conflicts: classpath (<= 0.04-4)
+Replaces: java-gcj-compat (<< 1.0.65-8), java-gcj-compat-dev (<< 1.0.80-2)
+XB-Python-Version: ${python:Versions}
+Description: Java runtime library (common files)
+ This package contains files shared by Classpath and libgcj libraries.
+
+Package: libgcj-bc
+Section: java
+Architecture: any
+Multi-Arch: same
+Priority: optional
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libgcj-common (>= ${version:libgcjcommon}), ${pkg:libgcj} ${reqv:gij}, ${misc:Depends}
+Description: 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.
+
+Package: gcj-jdk
+Section: java
+Architecture: any
+Priority: optional
+Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre (>= ${version:gcj}), ${dep:jdk}, ${pkg:gjdoc}, ${misc:Depends}
+Provides: java-gcj-compat-dev, java-compiler, java-sdk, java2-sdk, java5-sdk, ${pkg:gjdoc}
+Conflicts: gcj (<< ${ver:gcjconflict}), classpath-common (<= 2:0.97.2-1.1), ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2)
+Replaces: ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2), gcj-jre-headless (<< 4:4.9.0-2)
+Description: 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.
+
+Package: gcj-jre-headless
+Priority: optional
+Section: java
+Architecture: any
+Depends: libgcj-common (>= ${version:libgcjcommon}), ${dep:jrehl}, ${misc:Depends}
+Suggests: gcj-jdk
+Conflicts: gij (<< ${ver:gcjconflict}), java-gcj-compat-headless (<< 1.0.80-6)
+Replaces: java-gcj-compat-headless (<< 1.0.80-6)
+Provides: java-gcj-compat-headless, java-virtual-machine, java5-runtime-headless, java2-runtime-headless, java1-runtime-headless, java-runtime-headless
+Description: 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.
+
+Package: gcj-jre
+Section: java
+Architecture: any
+Priority: optional
+Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre-headless (>= ${version:gcj}), ${dep:jre}, ${misc:Depends}
+Provides: java-gcj-compat, java5-runtime, java2-runtime, java1-runtime, java-runtime
+Description: 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.
+ .
+ This is currently an empty package.
+ It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.
 
 Package: gdc
 Priority: optional
@@ -435,2063 +436,3 @@
  .
  This is a dependency package providing the default GNU C cross-compiler
  for the hppa64 architecture.
-
-Package: cpp-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-x86-64-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the amd64 architecture
- 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 cross-compiler for amd64 architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the amd64 architecture.
-
-Package: gcc-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-x86-64-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-amd64-cross | libc-dev-amd64-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-x86-64-linux-gnu, gcc-doc
-Description: GNU C compiler for the amd64 architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the amd64 architecture.
-
-Package: g++-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  gcc-x86-64-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-x86-64-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the amd64 architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the amd64 architecture.
-
-Package: gobjc-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gcc-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-x86-64-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the amd64 architecture
- 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
- cross-compiler for the amd64 architecture.
-
-Package: gobjc++-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gcc-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-x86-64-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-x86-64-linux-gnu (>= ${version:cpp}), gobjc-x86-64-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the amd64 architecture
- 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++
- cross-compiler for the amd64 architecture.
-
-Package: gfortran-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  gcc-x86-64-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-x86-64-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the amd64 architecture
- 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
- cross-compiler for the amd64 architecture.
-
-Package: gccgo-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  g++-x86-64-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-x86-64-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the amd64 architecture
- 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 cross-compiler
- for the amd64 architecture.
-
-#Package: gcj-x86-64-linux-gnu
-#Priority: optional
-#Architecture: arm64 i386 ppc64el x32
-#Multi-Arch: foreign
-#Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-x86-64-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the amd64 architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the amd64 architecture.
-
-Package: gdc-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-x86-64-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the amd64 architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the amd64 architecture.
-
-Package: gcc-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  gcc-x86-64-linux-gnu (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-x86-64-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-amd64-cross | libc-dev-amd64-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-x86-64-linux-gnu, gcc-doc
-Description: GNU C compiler for the amd64 architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the amd64 architecture.
-
-Package: g++-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  g++-x86-64-linux-gnu (= ${version:gpp}),
-  gcc-multilib-x86-64-linux-gnu (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-x86-64-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the amd64 architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the amd64 architecture.
-
-Package: gobjc-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc-x86-64-linux-gnu (>= ${version:gobjc}),
-  gcc-multilib-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-x86-64-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the amd64 architecture
- 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
- cross-compiler for the amd64 architecture.
-
-Package: gobjc++-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gcc-multilib-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc++-x86-64-linux-gnu (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-x86-64-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-x86-64-linux-gnu (>= ${version:cpp}),
-  gobjc-x86-64-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the amd64 architecture
- 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++
- cross-compiler for the amd64 architecture.
-
-Package: gfortran-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (= ${version:cpp}),
-  gcc-multilib-x86-64-linux-gnu (= ${version:gcc}),
-  gfortran-x86-64-linux-gnu (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-x86-64-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the amd64 architecture
- 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
- cross-compiler for the amd64 architecture.
-
-Package: gccgo-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  g++-multilib-x86-64-linux-gnu (>= ${version:gcc}),
-  gccgo-x86-64-linux-gnu (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-x86-64-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the amd64 architecture
- 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 cross-compiler
- for the amd64 architecture.
-
-Package: gdc-multilib-x86-64-linux-gnu
-Priority: optional
-Architecture: arm64 i386 ppc64el x32
-Depends: cpp-x86-64-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-x86-64-linux-gnu ${reqv:gdc},
-  gdc-x86-64-linux-gnu (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the amd64 architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the amd64 architecture.
-
-Package: cpp-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-s390x-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the s390x architecture
- 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 cross-compiler for s390x architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the s390x architecture.
-
-Package: gcc-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-s390x-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc
-Description: GNU C compiler for the s390x architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the s390x architecture.
-
-Package: g++-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  gcc-s390x-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-s390x-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the s390x architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the s390x architecture.
-
-Package: gobjc-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gcc-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-s390x-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the s390x architecture
- 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
- cross-compiler for the s390x architecture.
-
-Package: gobjc++-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gcc-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-s390x-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-s390x-linux-gnu (>= ${version:cpp}), gobjc-s390x-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the s390x architecture
- 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++
- cross-compiler for the s390x architecture.
-
-Package: gfortran-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  gcc-s390x-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-s390x-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the s390x architecture
- 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
- cross-compiler for the s390x architecture.
-
-Package: gccgo-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  g++-s390x-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-s390x-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the s390x architecture
- 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 cross-compiler
- for the s390x architecture.
-
-#Package: gcj-s390x-linux-gnu
-#Priority: optional
-#Architecture: amd64 i386 x32
-#Multi-Arch: foreign
-#Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-s390x-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the s390x architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the s390x architecture.
-
-Package: gdc-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-s390x-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the s390x architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the s390x architecture.
-
-Package: gcc-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  gcc-s390x-linux-gnu (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-s390x-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-s390x-cross | libc-dev-s390x-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-s390x-linux-gnu, gcc-doc
-Description: GNU C compiler for the s390x architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the s390x architecture.
-
-Package: g++-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  g++-s390x-linux-gnu (= ${version:gpp}),
-  gcc-multilib-s390x-linux-gnu (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-s390x-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the s390x architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the s390x architecture.
-
-Package: gobjc-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc-s390x-linux-gnu (>= ${version:gobjc}),
-  gcc-multilib-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-s390x-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the s390x architecture
- 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
- cross-compiler for the s390x architecture.
-
-Package: gobjc++-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gcc-multilib-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc++-s390x-linux-gnu (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-s390x-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-s390x-linux-gnu (>= ${version:cpp}),
-  gobjc-s390x-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the s390x architecture
- 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++
- cross-compiler for the s390x architecture.
-
-Package: gfortran-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (= ${version:cpp}),
-  gcc-multilib-s390x-linux-gnu (= ${version:gcc}),
-  gfortran-s390x-linux-gnu (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-s390x-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the s390x architecture
- 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
- cross-compiler for the s390x architecture.
-
-Package: gccgo-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  g++-multilib-s390x-linux-gnu (>= ${version:gcc}),
-  gccgo-s390x-linux-gnu (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-s390x-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the s390x architecture
- 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 cross-compiler
- for the s390x architecture.
-
-Package: gdc-multilib-s390x-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-s390x-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-s390x-linux-gnu ${reqv:gdc},
-  gdc-s390x-linux-gnu (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the s390x architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the s390x architecture.
-
-Package: cpp-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-powerpc64le-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the ppc64el architecture
- 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 cross-compiler for ppc64el architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the ppc64el architecture.
-
-Package: gcc-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-powerpc64le-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-ppc64el-cross | libc-dev-ppc64el-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-powerpc64le-linux-gnu, gcc-doc
-Description: GNU C compiler for the ppc64el architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the ppc64el architecture.
-
-Package: g++-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
-  gcc-powerpc64le-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-powerpc64le-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the ppc64el architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the ppc64el architecture.
-
-Package: gobjc-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
-  gcc-powerpc64le-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-powerpc64le-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the ppc64el architecture
- 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
- cross-compiler for the ppc64el architecture.
-
-Package: gobjc++-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
-  gcc-powerpc64le-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-powerpc64le-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-powerpc64le-linux-gnu (>= ${version:cpp}), gobjc-powerpc64le-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the ppc64el architecture
- 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++
- cross-compiler for the ppc64el architecture.
-
-Package: gfortran-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (= ${version:cpp}),
-  gcc-powerpc64le-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-powerpc64le-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the ppc64el architecture
- 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
- cross-compiler for the ppc64el architecture.
-
-Package: gccgo-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
-  g++-powerpc64le-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-powerpc64le-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the ppc64el architecture
- 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 cross-compiler
- for the ppc64el architecture.
-
-#Package: gcj-powerpc64le-linux-gnu
-#Priority: optional
-#Architecture: amd64 i386 x32 ppc64
-#Multi-Arch: foreign
-#Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-powerpc64le-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the ppc64el architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the ppc64el architecture.
-
-Package: gdc-powerpc64le-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64
-Multi-Arch: foreign
-Depends: cpp-powerpc64le-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-powerpc64le-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the ppc64el architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the ppc64el architecture.
-
-Package: cpp-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-aarch64-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the arm64 architecture
- 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 cross-compiler for arm64 architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the arm64 architecture.
-
-Package: gcc-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-aarch64-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-arm64-cross | libc-dev-arm64-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-aarch64-linux-gnu, gcc-doc
-Description: GNU C compiler for the arm64 architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the arm64 architecture.
-
-Package: g++-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
-  gcc-aarch64-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-aarch64-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the arm64 architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the arm64 architecture.
-
-Package: gobjc-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
-  gcc-aarch64-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-aarch64-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the arm64 architecture
- 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
- cross-compiler for the arm64 architecture.
-
-Package: gobjc++-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
-  gcc-aarch64-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-aarch64-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-aarch64-linux-gnu (>= ${version:cpp}), gobjc-aarch64-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the arm64 architecture
- 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++
- cross-compiler for the arm64 architecture.
-
-Package: gfortran-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (= ${version:cpp}),
-  gcc-aarch64-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-aarch64-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the arm64 architecture
- 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
- cross-compiler for the arm64 architecture.
-
-Package: gccgo-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
-  g++-aarch64-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-aarch64-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the arm64 architecture
- 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 cross-compiler
- for the arm64 architecture.
-
-#Package: gcj-aarch64-linux-gnu
-#Priority: optional
-#Architecture: amd64 i386 x32 ppc64el
-#Multi-Arch: foreign
-#Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-aarch64-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the arm64 architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the arm64 architecture.
-
-Package: gdc-aarch64-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32 ppc64el
-Multi-Arch: foreign
-Depends: cpp-aarch64-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-aarch64-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the arm64 architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the arm64 architecture.
-
-Package: cpp-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-arm-linux-gnueabihf ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the armhf architecture
- 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 cross-compiler for armhf architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the armhf architecture.
-
-Package: gcc-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
-  gcc-${pv:gcc}-arm-linux-gnueabihf ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-armhf-cross | libc-dev-armhf-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabihf, gcc-doc
-Description: GNU C compiler for the armhf architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the armhf architecture.
-
-Package: g++-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
-  gcc-arm-linux-gnueabihf (= ${version:cpp}),
-  g++-${pv:gpp}-arm-linux-gnueabihf ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the armhf architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the armhf architecture.
-
-Package: gobjc-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
-  gcc-arm-linux-gnueabihf (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-arm-linux-gnueabihf ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the armhf architecture
- 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
- cross-compiler for the armhf architecture.
-
-Package: gobjc++-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
-  gcc-arm-linux-gnueabihf (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-arm-linux-gnueabihf ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-arm-linux-gnueabihf (>= ${version:cpp}), gobjc-arm-linux-gnueabihf (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the armhf architecture
- 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++
- cross-compiler for the armhf architecture.
-
-Package: gfortran-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (= ${version:cpp}),
-  gcc-arm-linux-gnueabihf (= ${version:gcc}),
-  gfortran-${pv:gfort}-arm-linux-gnueabihf ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the armhf architecture
- 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
- cross-compiler for the armhf architecture.
-
-Package: gccgo-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
-  g++-arm-linux-gnueabihf (>= ${version:gcc}),
-  gccgo-${pv:ggo}-arm-linux-gnueabihf ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the armhf architecture
- 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 cross-compiler
- for the armhf architecture.
-
-#Package: gcj-arm-linux-gnueabihf
-#Priority: optional
-#Architecture: amd64 i386 x32 arm64 ppc64el
-#Multi-Arch: foreign
-#Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
-#  gcj-${pv:gcj}-arm-linux-gnueabihf ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the armhf architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the armhf architecture.
-
-Package: gdc-arm-linux-gnueabihf
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabihf (>= ${version:cpp}),
-  gdc-${pv:gdc}-arm-linux-gnueabihf ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the armhf architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the armhf architecture.
-
-Package: cpp-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-arm-linux-gnueabi ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the armel architecture
- 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 cross-compiler for armel architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the armel architecture.
-
-Package: gcc-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
-  gcc-${pv:gcc}-arm-linux-gnueabi ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-armel-cross | libc-dev-armel-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-arm-linux-gnueabi, gcc-doc
-Description: GNU C compiler for the armel architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the armel architecture.
-
-Package: g++-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
-  gcc-arm-linux-gnueabi (= ${version:cpp}),
-  g++-${pv:gpp}-arm-linux-gnueabi ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the armel architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the armel architecture.
-
-Package: gobjc-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
-  gcc-arm-linux-gnueabi (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-arm-linux-gnueabi ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the armel architecture
- 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
- cross-compiler for the armel architecture.
-
-Package: gobjc++-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
-  gcc-arm-linux-gnueabi (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-arm-linux-gnueabi ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-arm-linux-gnueabi (>= ${version:cpp}), gobjc-arm-linux-gnueabi (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the armel architecture
- 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++
- cross-compiler for the armel architecture.
-
-Package: gfortran-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (= ${version:cpp}),
-  gcc-arm-linux-gnueabi (= ${version:gcc}),
-  gfortran-${pv:gfort}-arm-linux-gnueabi ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the armel architecture
- 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
- cross-compiler for the armel architecture.
-
-Package: gccgo-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
-  g++-arm-linux-gnueabi (>= ${version:gcc}),
-  gccgo-${pv:ggo}-arm-linux-gnueabi ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the armel architecture
- 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 cross-compiler
- for the armel architecture.
-
-#Package: gcj-arm-linux-gnueabi
-#Priority: optional
-#Architecture: amd64 i386 x32 arm64 ppc64el
-#Multi-Arch: foreign
-#Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
-#  gcj-${pv:gcj}-arm-linux-gnueabi ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the armel architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the armel architecture.
-
-Package: gdc-arm-linux-gnueabi
-Priority: optional
-Architecture: amd64 i386 x32 arm64 ppc64el
-Multi-Arch: foreign
-Depends: cpp-arm-linux-gnueabi (>= ${version:cpp}),
-  gdc-${pv:gdc}-arm-linux-gnueabi ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the armel architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the armel architecture.
-
-Package: cpp-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-mips-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the mips architecture
- 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 cross-compiler for mips architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the mips architecture.
-
-Package: gcc-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-mips-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mips-cross | libc-dev-mips-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mips-linux-gnu, gcc-doc
-Description: GNU C compiler for the mips architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mips architecture.
-
-Package: g++-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  gcc-mips-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-mips-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mips architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the mips architecture.
-
-Package: gobjc-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gcc-mips-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-mips-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mips architecture
- 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
- cross-compiler for the mips architecture.
-
-Package: gobjc++-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gcc-mips-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-mips-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mips-linux-gnu (>= ${version:cpp}), gobjc-mips-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mips architecture
- 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++
- cross-compiler for the mips architecture.
-
-Package: gfortran-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  gcc-mips-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-mips-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mips architecture
- 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
- cross-compiler for the mips architecture.
-
-Package: gccgo-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  g++-mips-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-mips-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mips architecture
- 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 cross-compiler
- for the mips architecture.
-
-#Package: gcj-mips-linux-gnu
-#Priority: optional
-#Architecture: amd64 i386 x32
-#Multi-Arch: foreign
-#Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-mips-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the mips architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the mips architecture.
-
-Package: gdc-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-mips-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mips architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mips architecture.
-
-Package: gcc-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  gcc-mips-linux-gnu (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-mips-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mips-cross | libc-dev-mips-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mips-linux-gnu, gcc-doc
-Description: GNU C compiler for the mips architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mips architecture.
-
-Package: g++-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  g++-mips-linux-gnu (= ${version:gpp}),
-  gcc-multilib-mips-linux-gnu (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-mips-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mips architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the mips architecture.
-
-Package: gobjc-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gobjc-mips-linux-gnu (>= ${version:gobjc}),
-  gcc-multilib-mips-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-mips-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mips architecture
- 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
- cross-compiler for the mips architecture.
-
-Package: gobjc++-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gcc-multilib-mips-linux-gnu (>= ${version:cpp}),
-  gobjc++-mips-linux-gnu (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-mips-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mips-linux-gnu (>= ${version:cpp}),
-  gobjc-mips-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mips architecture
- 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++
- cross-compiler for the mips architecture.
-
-Package: gfortran-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (= ${version:cpp}),
-  gcc-multilib-mips-linux-gnu (= ${version:gcc}),
-  gfortran-mips-linux-gnu (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-mips-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mips architecture
- 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
- cross-compiler for the mips architecture.
-
-Package: gccgo-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  g++-multilib-mips-linux-gnu (>= ${version:gcc}),
-  gccgo-mips-linux-gnu (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-mips-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mips architecture
- 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 cross-compiler
- for the mips architecture.
-
-Package: gdc-multilib-mips-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-mips-linux-gnu ${reqv:gdc},
-  gdc-mips-linux-gnu (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mips architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mips architecture.
-
-Package: cpp-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-mipsel-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the mipsel architecture
- 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 cross-compiler for mipsel architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the mipsel architecture.
-
-Package: gcc-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-mipsel-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mipsel-cross | libc-dev-mipsel-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mipsel-linux-gnu, gcc-doc
-Description: GNU C compiler for the mipsel architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mipsel architecture.
-
-Package: g++-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  gcc-mipsel-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-mipsel-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mipsel architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the mipsel architecture.
-
-Package: gobjc-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gcc-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-mipsel-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mipsel architecture
- 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
- cross-compiler for the mipsel architecture.
-
-Package: gobjc++-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gcc-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-mipsel-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mipsel-linux-gnu (>= ${version:cpp}), gobjc-mipsel-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mipsel architecture
- 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++
- cross-compiler for the mipsel architecture.
-
-Package: gfortran-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  gcc-mipsel-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-mipsel-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mipsel architecture
- 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
- cross-compiler for the mipsel architecture.
-
-Package: gccgo-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  g++-mipsel-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-mipsel-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mipsel architecture
- 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 cross-compiler
- for the mipsel architecture.
-
-#Package: gcj-mipsel-linux-gnu
-#Priority: optional
-#Architecture: amd64 i386 x32
-#Multi-Arch: foreign
-#Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-mipsel-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the mipsel architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the mipsel architecture.
-
-Package: gdc-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-mipsel-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mipsel architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mipsel architecture.
-
-Package: gcc-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  gcc-mipsel-linux-gnu (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-mipsel-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mipsel-cross | libc-dev-mipsel-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mipsel-linux-gnu, gcc-doc
-Description: GNU C compiler for the mipsel architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mipsel architecture.
-
-Package: g++-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  g++-mipsel-linux-gnu (= ${version:gpp}),
-  gcc-multilib-mipsel-linux-gnu (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-mipsel-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mipsel architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the mipsel architecture.
-
-Package: gobjc-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc-mipsel-linux-gnu (>= ${version:gobjc}),
-  gcc-multilib-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-mipsel-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mipsel architecture
- 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
- cross-compiler for the mipsel architecture.
-
-Package: gobjc++-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gcc-multilib-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc++-mipsel-linux-gnu (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-mipsel-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mipsel-linux-gnu (>= ${version:cpp}),
-  gobjc-mipsel-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mipsel architecture
- 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++
- cross-compiler for the mipsel architecture.
-
-Package: gfortran-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (= ${version:cpp}),
-  gcc-multilib-mipsel-linux-gnu (= ${version:gcc}),
-  gfortran-mipsel-linux-gnu (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-mipsel-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mipsel architecture
- 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
- cross-compiler for the mipsel architecture.
-
-Package: gccgo-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  g++-multilib-mipsel-linux-gnu (>= ${version:gcc}),
-  gccgo-mipsel-linux-gnu (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-mipsel-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mipsel architecture
- 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 cross-compiler
- for the mipsel architecture.
-
-Package: gdc-multilib-mipsel-linux-gnu
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mipsel-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-mipsel-linux-gnu ${reqv:gdc},
-  gdc-mipsel-linux-gnu (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mipsel architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mipsel architecture.
-
-Package: cpp-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-mips64el-linux-gnuabi64 ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the mips64el architecture
- 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 cross-compiler for mips64el architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the mips64el architecture.
-
-Package: gcc-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  gcc-${pv:gcc}-mips64el-linux-gnuabi64 ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mips64el-cross | libc-dev-mips64el-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mips64el-linux-gnuabi64, gcc-doc
-Description: GNU C compiler for the mips64el architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mips64el architecture.
-
-Package: g++-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  gcc-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  g++-${pv:gpp}-mips64el-linux-gnuabi64 ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mips64el architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the mips64el architecture.
-
-Package: gobjc-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gcc-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-mips64el-linux-gnuabi64 ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mips64el architecture
- 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
- cross-compiler for the mips64el architecture.
-
-Package: gobjc++-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gcc-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-mips64el-linux-gnuabi64 ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mips64el-linux-gnuabi64 (>= ${version:cpp}), gobjc-mips64el-linux-gnuabi64 (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mips64el architecture
- 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++
- cross-compiler for the mips64el architecture.
-
-Package: gfortran-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  gcc-mips64el-linux-gnuabi64 (= ${version:gcc}),
-  gfortran-${pv:gfort}-mips64el-linux-gnuabi64 ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mips64el architecture
- 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
- cross-compiler for the mips64el architecture.
-
-Package: gccgo-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  g++-mips64el-linux-gnuabi64 (>= ${version:gcc}),
-  gccgo-${pv:ggo}-mips64el-linux-gnuabi64 ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mips64el architecture
- 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 cross-compiler
- for the mips64el architecture.
-
-#Package: gcj-mips64el-linux-gnuabi64
-#Priority: optional
-#Architecture: amd64 i386 x32
-#Multi-Arch: foreign
-#Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-#  gcj-${pv:gcj}-mips64el-linux-gnuabi64 ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the mips64el architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the mips64el architecture.
-
-Package: gdc-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Multi-Arch: foreign
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gdc-${pv:gdc}-mips64el-linux-gnuabi64 ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mips64el architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mips64el architecture.
-
-Package: gcc-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  gcc-mips64el-linux-gnuabi64 (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-mips64el-linux-gnuabi64 ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-mips64el-cross | libc-dev-mips64el-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-mips64el-linux-gnuabi64, gcc-doc
-Description: GNU C compiler for the mips64el architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the mips64el architecture.
-
-Package: g++-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  g++-mips64el-linux-gnuabi64 (= ${version:gpp}),
-  gcc-multilib-mips64el-linux-gnuabi64 (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-mips64el-linux-gnuabi64 ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the mips64el architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the mips64el architecture.
-
-Package: gobjc-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc-mips64el-linux-gnuabi64 (>= ${version:gobjc}),
-  gcc-multilib-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-mips64el-linux-gnuabi64 ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the mips64el architecture
- 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
- cross-compiler for the mips64el architecture.
-
-Package: gobjc++-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gcc-multilib-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc++-mips64el-linux-gnuabi64 (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-mips64el-linux-gnuabi64 ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gobjc-mips64el-linux-gnuabi64 (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the mips64el architecture
- 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++
- cross-compiler for the mips64el architecture.
-
-Package: gfortran-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (= ${version:cpp}),
-  gcc-multilib-mips64el-linux-gnuabi64 (= ${version:gcc}),
-  gfortran-mips64el-linux-gnuabi64 (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-mips64el-linux-gnuabi64 ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the mips64el architecture
- 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
- cross-compiler for the mips64el architecture.
-
-Package: gccgo-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  g++-multilib-mips64el-linux-gnuabi64 (>= ${version:gcc}),
-  gccgo-mips64el-linux-gnuabi64 (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-mips64el-linux-gnuabi64 ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the mips64el architecture
- 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 cross-compiler
- for the mips64el architecture.
-
-Package: gdc-multilib-mips64el-linux-gnuabi64
-Priority: optional
-Architecture: amd64 i386 x32
-Depends: cpp-mips64el-linux-gnuabi64 (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-mips64el-linux-gnuabi64 ${reqv:gdc},
-  gdc-mips64el-linux-gnuabi64 (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the mips64el architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the mips64el architecture.
-
-Package: cpp-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Section: interpreters
-Depends: cpp-${pv:cpp}-i686-linux-gnu ${reqv:cpp}, ${misc:Depends}
-Suggests: cpp-doc
-Description: GNU C preprocessor (cpp) for the i386 architecture
- 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 cross-compiler for i386 architecture.
- .
- This is a dependency package providing the default GNU C preprocessor
- for the i386 architecture.
-
-Package: gcc-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  gcc-${pv:gcc}-i686-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-i386-cross | libc-dev-i386-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc
-Description: GNU C compiler for the i386 architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the i386 architecture.
-
-Package: g++-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  gcc-i686-linux-gnu (= ${version:cpp}),
-  g++-${pv:gpp}-i686-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the i386 architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++ cross-compiler
- for the i386 architecture.
-
-Package: gobjc-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gcc-i686-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-i686-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the i386 architecture
- 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
- cross-compiler for the i386 architecture.
-
-Package: gobjc++-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gcc-i686-linux-gnu (>= ${version:cpp}),
-  gobjc++-${pv:gobjcxx}-i686-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-i686-linux-gnu (>= ${version:cpp}), gobjc-i686-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the i386 architecture
- 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++
- cross-compiler for the i386 architecture.
-
-Package: gfortran-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  gcc-i686-linux-gnu (= ${version:gcc}),
-  gfortran-${pv:gfort}-i686-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the i386 architecture
- 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
- cross-compiler for the i386 architecture.
-
-Package: gccgo-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  g++-i686-linux-gnu (>= ${version:gcc}),
-  gccgo-${pv:ggo}-i686-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the i386 architecture
- 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 cross-compiler
- for the i386 architecture.
-
-#Package: gcj-i686-linux-gnu
-#Priority: optional
-#Architecture: amd64 arm64 ppc64el x32
-#Multi-Arch: foreign
-#Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-#  gcj-${pv:gcj}-i686-linux-gnu ${reqv:gcj},
-#  ${misc:Depends}
-#Description: GNU Java compiler (based on GCC) for the i386 architecture
-# This is the GNU Java compiler, which compiles java 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 Java cross-compiler
-# for the i386 architecture.
-
-Package: gdc-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Multi-Arch: foreign
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-i686-linux-gnu ${reqv:gdc},
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the i386 architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the i386 architecture.
-
-Package: gcc-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  gcc-i686-linux-gnu (= ${version:gcc}),
-  gcc-${pv:gcc}-multilib-i686-linux-gnu ${reqv:gcc},
-  ${misc:Depends}
-Recommends: libc6-dev-i386-cross | libc-dev-i386-cross
-Suggests: make, manpages-dev, autoconf, automake, libtool, flex, bison, gdb-i686-linux-gnu, gcc-doc
-Description: GNU C compiler for the i386 architecture
- This is the GNU C compiler, a fairly portable optimizing compiler for C.
- .
- This is a dependency package providing the default GNU C cross-compiler
- for the i386 architecture.
-
-Package: g++-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  g++-i686-linux-gnu (= ${version:gpp}),
-  gcc-multilib-i686-linux-gnu (= ${version:gcc}),
-  g++-${pv:gpp}-multilib-i686-linux-gnu ${reqv:gpp},
-  ${misc:Depends}
-Description: GNU C++ compiler for the i386 architecture
- This is the GNU C++ compiler, a fairly portable optimizing compiler for C++.
- .
- This is a dependency package providing the default GNU C++
- cross-compiler for the i386 architecture.
-
-Package: gobjc-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gobjc-i686-linux-gnu (>= ${version:gobjc}),
-  gcc-multilib-i686-linux-gnu (>= ${version:cpp}),
-  gobjc-${pv:gobjc}-multilib-i686-linux-gnu ${reqv:gobjc},
-  ${misc:Depends}
-Description: GNU Objective-C compiler for the i386 architecture
- 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
- cross-compiler for the i386 architecture.
-
-Package: gobjc++-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gcc-multilib-i686-linux-gnu (>= ${version:cpp}),
-  gobjc++-i686-linux-gnu (>= ${version:gobjcxx}),
-  gobjc++-${pv:gobjcxx}-multilib-i686-linux-gnu ${reqv:gobjcxx},
-  ${misc:Depends}
-Recommends: g++-i686-linux-gnu (>= ${version:cpp}),
-  gobjc-i686-linux-gnu (>= ${version:cpp})
-Description: GNU Objective-C++ compiler for the i386 architecture
- 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++
- cross-compiler for the i386 architecture.
-
-Package: gfortran-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (= ${version:cpp}),
-  gcc-multilib-i686-linux-gnu (= ${version:gcc}),
-  gfortran-i686-linux-gnu (= ${version:gfort}),
-  gfortran-${pv:gfort}-multilib-i686-linux-gnu ${reqv:gfort},
-  ${misc:Depends}
-Suggests: gfortran-doc
-Description: GNU Fortran 95 compiler for the i386 architecture
- 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
- cross-compiler for the i386 architecture.
-
-Package: gccgo-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  g++-multilib-i686-linux-gnu (>= ${version:gcc}),
-  gccgo-i686-linux-gnu (>= ${version:ggo}),
-  gccgo-${pv:ggo}-multilib-i686-linux-gnu ${reqv:ggo},
-  ${misc:Depends}
-Suggests: gccgo-doc
-Description: Go compiler (based on GCC) for the i386 architecture
- 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 cross-compiler
- for the i386 architecture.
-
-Package: gdc-multilib-i686-linux-gnu
-Priority: optional
-Architecture: amd64 arm64 ppc64el x32
-Depends: cpp-i686-linux-gnu (>= ${version:cpp}),
-  gdc-${pv:gdc}-multilib-i686-linux-gnu ${reqv:gdc},
-  gdc-i686-linux-gnu (>= ${version:gdc}),
-  ${misc:Depends}
-Description: GNU D compiler (based on GCC) for the i386 architecture
- This is the GNU D compiler, which compiles D 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 D cross-compiler
- for the i386 architecture.
diff -Nru gcc-defaults-1.181/debian/control.native.in gcc-defaults-1.181+rpi1/debian/control.native.in
--- gcc-defaults-1.181/debian/control.native.in	2018-04-28 10:16:15.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/control.native.in	2019-03-11 22:34:44.000000000 +0000
@@ -275,81 +275,81 @@
  A dependency package on architectures with multilib support; the package
  contains dependencies for the non-default multilib architecture(s).
 
-#Package: libgcj-common
-#Section: java
-#Architecture: all
-#Multi-Arch: foreign
-#Priority: optional
-#Depends: ${python:Depends}, ${misc:Depends}
-#Conflicts: classpath (<= 0.04-4)
-#Replaces: java-gcj-compat (<< 1.0.65-8), java-gcj-compat-dev (<< 1.0.80-2)
-#XB-Python-Version: ${python:Versions}
-#Description: Java runtime library (common files)
-# This package contains files shared by Classpath and libgcj libraries.
-
-#Package: libgcj-bc
-#Section: java
-#Architecture: any
-#Multi-Arch: same
-#Priority: optional
-#Pre-Depends: ${misc:Pre-Depends}
-#Depends: libgcj-common (>= ${version:libgcjcommon}), ${pkg:libgcj} ${reqv:gij}, ${misc:Depends}
-#Description: 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.
-
-#Package: gcj-jdk
-#Section: java
-#Architecture: any
-#Priority: optional
-#Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre (>= ${version:gcj}), ${dep:jdk}, ${pkg:gjdoc}, ${misc:Depends}
-#Provides: java-gcj-compat-dev, java-compiler, java-sdk, java2-sdk, java5-sdk, ${pkg:gjdoc}
-#Conflicts: gcj (<< ${ver:gcjconflict}), classpath-common (<= 2:0.97.2-1.1), ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2)
-#Replaces: ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2), gcj-jre-headless (<< 4:4.9.0-2)
-#Description: 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.
-
-#Package: gcj-jre-headless
-#Priority: optional
-#Section: java
-#Architecture: any
-#Depends: libgcj-common (>= ${version:libgcjcommon}), ${dep:jrehl}, ${misc:Depends}
-#Suggests: gcj-jdk
-#Conflicts: gij (<< ${ver:gcjconflict}), java-gcj-compat-headless (<< 1.0.80-6)
-#Replaces: java-gcj-compat-headless (<< 1.0.80-6)
-#Provides: java-gcj-compat-headless, java-virtual-machine, java5-runtime-headless, java2-runtime-headless, java1-runtime-headless, java-runtime-headless
-#Description: 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.
-
-#Package: gcj-jre
-#Section: java
-#Architecture: any
-#Priority: optional
-#Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre-headless (>= ${version:gcj}), ${dep:jre}, ${misc:Depends}
-#Provides: java-gcj-compat, java5-runtime, java2-runtime, java1-runtime, java-runtime
-#Description: 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.
-# .
-# This is currently an empty package.
-# It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.
+Package: libgcj-common
+Section: java
+Architecture: all
+Multi-Arch: foreign
+Priority: optional
+Depends: ${python:Depends}, ${misc:Depends}
+Conflicts: classpath (<= 0.04-4)
+Replaces: java-gcj-compat (<< 1.0.65-8), java-gcj-compat-dev (<< 1.0.80-2)
+XB-Python-Version: ${python:Versions}
+Description: Java runtime library (common files)
+ This package contains files shared by Classpath and libgcj libraries.
+
+Package: libgcj-bc
+Section: java
+Architecture: any
+Multi-Arch: same
+Priority: optional
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libgcj-common (>= ${version:libgcjcommon}), ${pkg:libgcj} ${reqv:gij}, ${misc:Depends}
+Description: 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.
+
+Package: gcj-jdk
+Section: java
+Architecture: any
+Priority: optional
+Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre (>= ${version:gcj}), ${dep:jdk}, ${pkg:gjdoc}, ${misc:Depends}
+Provides: java-gcj-compat-dev, java-compiler, java-sdk, java2-sdk, java5-sdk, ${pkg:gjdoc}
+Conflicts: gcj (<< ${ver:gcjconflict}), classpath-common (<= 2:0.97.2-1.1), ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2)
+Replaces: ${pkg:gjdoc}, java-gcj-compat-dev (<< 1.0.80-2), gcj-jre-headless (<< 4:4.9.0-2)
+Description: 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.
+
+Package: gcj-jre-headless
+Priority: optional
+Section: java
+Architecture: any
+Depends: libgcj-common (>= ${version:libgcjcommon}), ${dep:jrehl}, ${misc:Depends}
+Suggests: gcj-jdk
+Conflicts: gij (<< ${ver:gcjconflict}), java-gcj-compat-headless (<< 1.0.80-6)
+Replaces: java-gcj-compat-headless (<< 1.0.80-6)
+Provides: java-gcj-compat-headless, java-virtual-machine, java5-runtime-headless, java2-runtime-headless, java1-runtime-headless, java-runtime-headless
+Description: 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.
+
+Package: gcj-jre
+Section: java
+Architecture: any
+Priority: optional
+Depends: libgcj-common (>= ${version:libgcjcommon}), gcj-jre-headless (>= ${version:gcj}), ${dep:jre}, ${misc:Depends}
+Provides: java-gcj-compat, java5-runtime, java2-runtime, java1-runtime, java-runtime
+Description: 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.
+ .
+ This is currently an empty package.
+ It is meant to provide a Java-RTE-like interface to the GIJ/GCJ tool set.
 
 Package: gdc
 Priority: optional
diff -Nru gcc-defaults-1.181/debian/control.source gcc-defaults-1.181+rpi1/debian/control.source
--- gcc-defaults-1.181/debian/control.source	2019-02-25 08:48:12.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/control.source	2019-03-11 22:34:44.000000000 +0000
@@ -9,6 +9,7 @@
   gcc-8-base (>= 8.3.0-2~),
   lsb-release
 #Build-Depends-Indep: ca-certificates, gcj-jdk, python
+Build-Depends-Indep: ca-certificates, gcj-jdk, python
 Vcs-Browser: https://salsa.debian.org/toolchain-team/gcc-defaults
 Vcs-Git: https://salsa.debian.org/toolchain-team/gcc-defaults.git
 XS-Python-Version: all
diff -Nru gcc-defaults-1.181/debian/README.Debian gcc-defaults-1.181+rpi1/debian/README.Debian
--- gcc-defaults-1.181/debian/README.Debian	2019-02-25 08:48:12.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/README.Debian	2019-03-11 22:34:44.000000000 +0000
@@ -47,7 +47,7 @@
 architecture. To use the other compiler, simply set CC=gcc-5, or
 similar.
 
-The default compiler versions for Debian GNU/Linux on amd64 are
+The default compiler versions for Debian GNU/Linux on armhf are
 (minor version numbers omitted):
 
 	cpp		: cpp-8
diff -Nru gcc-defaults-1.181/debian/rules gcc-defaults-1.181+rpi1/debian/rules
--- gcc-defaults-1.181/debian/rules	2019-02-25 08:48:12.000000000 +0000
+++ gcc-defaults-1.181+rpi1/debian/rules	2019-03-11 22:34:44.000000000 +0000
@@ -206,7 +206,6 @@
 gcc8_archs  = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el riscv64 s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386
 
 gcj6_archs  = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386
-gcj6_archs  =
 
 gnat_archs  = alpha amd64 armel armhf arm64 hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 hurd-i386 kfreebsd-amd64 kfreebsd-i386
 gnat7_archs  =
@@ -310,8 +309,6 @@
 gcj_native_archs = alpha amd64 armel armhf arm64 hppa i386 ia64 mips mipsel mips64el \
 	powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 \
 	kfreebsd-amd64 kfreebsd-i386 hurd-i386
-gcj_archs =
-gcj_native_archs =
 
 multilib_archs = $(sort \
 	amd64 i386 kfreebsd-amd64 mips mips64 mips64el mipsel \
@@ -406,7 +403,6 @@
 ifeq ($(with_native),yes)
   # FIXME: not all packages ...
   all_packages	:= cpp gcc g++ gfortran gcj-jdk gobjc gobjc++ gdc gccgo libgphobos-dev
-  all_packages	:= cpp gcc g++ gfortran gobjc gobjc++ gdc gccgo libgphobos-dev
   ifneq (,$(filter $(DEB_HOST_ARCH), $(hppa64_archs)))
     all_packages += gcc-hppa64-linux-gnu
   endif
@@ -753,7 +749,7 @@
 endif
 
 build-arch: build
-build-indep: build-stamp # cacerts-stamp
+build-indep: cacerts-stamp build-stamp
 build: README build-stamp
 build-stamp:
 	dh_testdir