binutils-external-cross{,canadian}: include ld.bfd, ld.gold

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-03-20 03:31:15 +05:00
parent a628fdefd9
commit 7461d425aa

View File

@@ -5,6 +5,6 @@ SECTION = "devel"
PV := "${@external_run(d, 'ld', '-v').splitlines()[0].split()[-1].rstrip()}"
LICENSE = "${@'GPLv3' if '${PV}'.split('.') > '2.17.50.0.12'.split('.') else 'GPLv2'}"
binutils_binaries = "ar as ld nm objcopy objdump ranlib strip \
binutils_binaries = "ar as ld ld.bfd ld.gold nm objcopy objdump ranlib strip \
addr2line c++filt elfedit gprof readelf size \
strings"