kumquat-buildroot/package/binutils
Vlad Zakharov fc61da15f4 binutils: disable warning flags to prevent build failures
binutils-arc-2016.09-eng008 build fails sometimes.

This happens due to the following issue:

binutils configure script has CC variable that stores compiler for
target and CC_FOR_BUILD variable that stores compiler for host.

WARN_FLAGS are verified by the script to be compatible only with CC
compiler but not with CC_FOR_BUILD compiler. Despite this WARN_FLAGS
are passed to both CC and CC_FOR_BUILD compilers. This leads to
unevident errors when cross-compiling. More information you can find
in the binutils mailing list:
https://sourceware.org/ml/binutils/2016-08/msg00117.html

We are going to write a patch for bunutils that fixes the initial
issue. Current patch contains temporary workaround. It should be
deleted after real fix.

Fixes:
http://autobuild.buildroot.net/results/00455b6a8324920ad843d90ce0413451522691a8//

Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-19 23:05:45 +02:00
..
2.24
2.25.1
2.26.1 binutils: fix Blackfin '.rofixup section size mismatch' problems 2016-08-05 21:16:15 +02:00
arc-2016.09-eng008 toolchain: Bump ARC tools to arc-2016.09-eng008 2016-08-11 15:07:06 +02:00
binutils.hash toolchain: Bump ARC tools to arc-2016.09-eng008 2016-08-11 15:07:06 +02:00
binutils.mk binutils: disable warning flags to prevent build failures 2016-08-19 23:05:45 +02:00
Config.in binutils: enable as target package for aarch64 2016-06-08 23:55:05 +02:00
Config.in.host toolchain: Bump ARC tools to arc-2016.09-eng008 2016-08-11 15:07:06 +02:00