Bug#925950: patches no longer apply for gcc-8 and gcc-9

Helmut Grohne <[email protected]> Fri, 29 Mar 2019 06:32:16 +0100
Newsgroups gmane.linux.debian.devel.toolchain
Message-ID <20190329053216.GA13798__18981.8728411169$1553837605$gmane$org@alf.mars>
Package: cross-gcc-dev
Version: 226
Severity: serious
Tags: patch

The patches for gcc-8 and gcc-9 no longer apply to unstable. Around two
weeks ago that used to work. Apparently, Matthias fixed a typo in
debian/control.m4 and that happens to break the hunk context of one
patch. The following sed expression fixes the patches:


    sed -i -e 's/\(`TARGET\))/\1/' patches/gcc-[89]/*-now-depend-on-cpp-*

Helmut