summaryrefslogtreecommitdiff
path: root/package/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-03 06:05:31 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 11:00:15 +0200
commit2d6fe1d3ece189931f5287345b7abf6c183655e6 (patch)
treedb45b413f4e7c4166e02a4c49d15289d7a626fcb /package/binutils
parentc101f1b1b8fe0b6cf6feb5916d045bc9713e76bd (diff)
toolchain-buildroot: add bfin support
With gcc 6.1.0 and binutils 2.26 internal bfin toolchain can be used. A gcc patch is required, which was reported upstream. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 583aaad2a..a606cc922 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -8,8 +8,8 @@ choice
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_24_X
- # supported, but broken on Nios-II and powerpc64le
- depends on !BR2_nios2 && !BR2_powerpc64le
+ # supported, but broken on Nios-II, Blackfin and powerpc64le
+ depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin
# Unsupported for MIPS R6
depends on !BR2_mips_32r6 && !BR2_mips_64r6
# Unsupported ARM cores
@@ -18,6 +18,8 @@ choice
config BR2_BINUTILS_VERSION_2_25_X
bool "binutils 2.25.1"
+ # supported but broken on Blackfin
+ depends on !BR2_bfin
config BR2_BINUTILS_VERSION_2_26_X
bool "binutils 2.26.1"