binutils: fix target binutils on ARC
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 15 Mar 2015 15:56:00 +0000 (16:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 15 Mar 2015 15:58:17 +0000 (16:58 +0100)
commit43e9d51d61c493bf1fcfe30541171b373f1658ce
tree440b7f70e554cca24f326e6ab82f4df639a72cd9
parent23ecfd04e6987879b5b4fce8f89b1e6501d011f8
binutils: fix target binutils on ARC

When an external toolchain is used on ARC, BR2_BINUTILS_VERSION is
undefined, so we use binutils 2.22, which doesn't support ARC and
anyway isn't available from the ARC download location.

So, let's defined a default ARC binutils version in binutils.mk.

Fixes:

  http://autobuild.buildroot.org/results/52a/52abadacd7aab2d5c11d094937f28198bf220662/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/binutils/binutils.mk