mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
gdb: Seprate out gold and dwp into a variable
This is needed for riscv64 to build target binutils fixes alternatives creation (From OE-Core rev: 81a8e7addadcffc322735f3a30369d382334590b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -38,6 +38,9 @@ FILES_${PN}-dev = " \
|
||||
# Rather than duplicating multiple entries for these, make one
|
||||
# list and reuse it.
|
||||
|
||||
LDGOLD ?= "ld.gold dwp"
|
||||
LDGOLD_riscv64 = ""
|
||||
|
||||
USE_ALTERNATIVES_FOR = " \
|
||||
addr2line \
|
||||
ar \
|
||||
@@ -47,7 +50,7 @@ USE_ALTERNATIVES_FOR = " \
|
||||
gprof \
|
||||
ld \
|
||||
ld.bfd \
|
||||
ld.gold dwp \
|
||||
${LDGOLD} \
|
||||
nm \
|
||||
objcopy \
|
||||
objdump \
|
||||
|
||||
Reference in New Issue
Block a user