mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-17 20:52:16 +02:00
binutils-external-cross{,canadian}: include ld.bfd, ld.gold
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user