diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 37813dd864..b56fcd4cd0 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -38,6 +38,9 @@ FILES_${PN}-dev = " \ | |||
38 | # Rather than duplicating multiple entries for these, make one | 38 | # Rather than duplicating multiple entries for these, make one |
39 | # list and reuse it. | 39 | # list and reuse it. |
40 | 40 | ||
41 | LDGOLD ?= "ld.gold dwp" | ||
42 | LDGOLD_riscv64 = "" | ||
43 | |||
41 | USE_ALTERNATIVES_FOR = " \ | 44 | USE_ALTERNATIVES_FOR = " \ |
42 | addr2line \ | 45 | addr2line \ |
43 | ar \ | 46 | ar \ |
@@ -47,7 +50,7 @@ USE_ALTERNATIVES_FOR = " \ | |||
47 | gprof \ | 50 | gprof \ |
48 | ld \ | 51 | ld \ |
49 | ld.bfd \ | 52 | ld.bfd \ |
50 | ld.gold dwp \ | 53 | ${LDGOLD} \ |
51 | nm \ | 54 | nm \ |
52 | objcopy \ | 55 | objcopy \ |
53 | objdump \ | 56 | objdump \ |