From: Raspbian forward pporter Date: Sat, 29 Jul 2017 15:49:03 +0000 (+0100) Subject: Merge branch 'debpsuedomerge' into buster-working X-Git-Tag: archive/raspbian/7.1.0-10+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7df12bc19f6b5fab8ee2bf5ed0926e43cdce5626;p=gcc-7.git Merge branch 'debpsuedomerge' into buster-working --- 7df12bc19f6b5fab8ee2bf5ed0926e43cdce5626 diff --cc debian/changelog index 44420a7,897d5a0..fac9c02 --- a/debian/changelog +++ b/debian/changelog @@@ -1,7 -1,22 +1,26 @@@ + gcc-7 (7.1.0-10) unstable; urgency=medium + + * Update to SVN 20170722 (r250453) from the gcc-7-branch. + + [ Nicolas Boulenguez ] + * libgnatvsn: embed xutil rident for version 2017 of asis package. + + [ Matthias Klose ] + * Fix gnat cross build on m68k (Adrian Glaubitz). Closes: #862927. + * Enable gnat cross build on m68k. Closes: #868365. + * Update the Linaro support to the 7-2017.07 snapshot. + * Stop ignoring symbol mismatches for runtime libraries. + + [ Aurelien Jarno ] + * libgo-s390x-default-isa.diff: do not build libgo with -march=z196, + use the default ISA instead. + + -- Matthias Klose Sat, 22 Jul 2017 15:06:36 +0200 + +gcc-7 (7.1.0-9+rpi1) buster-staging; urgency=medium + + -- Raspbian forward porter Thu, 20 Jul 2017 18:14:15 +0000 + gcc-7 (7.1.0-9) unstable; urgency=medium * Update to SVN 20170705 (r250006) from the gcc-7-branch. diff --cc debian/rules.defs index d6d6737,85e3818..d9fe212 --- a/debian/rules.defs +++ b/debian/rules.defs @@@ -639,9 -639,11 +639,11 @@@ endi ifeq (,$(filter $(DEB_STAGE),stage1 stage2)) # Ada -------------------- -ada_no_cpus := m32r sh3 sh3eb sh4eb +ada_no_cpus := m32r sh3 sh3eb sh4eb arm # no Debian builds ... some of these should exist - ada_no_cpus += m68k # see https://bugs.debian.org/814221 + ifneq (,$(filter $(build_type), build-native cross-build-native)) + ada_no_cpus += m68k # see https://bugs.debian.org/868365 + endif ada_no_systems := ada_no_cross := no ada_no_snap := no