toolchain/gcc/arc-2016.03: Fix building on hosts with gcc 6.x
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Wed, 27 Jul 2016 12:51:32 +0000 (15:51 +0300)
committerFelix Fietkau <nbd@nbd.name>
Wed, 27 Jul 2016 15:22:39 +0000 (17:22 +0200)
commit7cc31b52e11ff19a7e7d467be4c3dc0e5755e7a9
treeb1de86680e207794627ba50d1e5a64423136c6c6
parentda328f28659512419dd295a2c14419923734fa3e
toolchain/gcc/arc-2016.03: Fix building on hosts with gcc 6.x

On attempt to build ARC toolchain on the host with gcc 6.1 I saw the
same failure as described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959

This change adds a back-port of the fix from upstream gcc, see
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=233572

Note the fix is already a part of gcc-5.4 and gcc-6.1 so no need for
the same fix for others.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
toolchain/gcc/patches/arc-2016.03/950-fix-building-with-gcc6.patch [new file with mode: 0644]