summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
index b56fcd4cd0..81ecbb50cc 100644
--- a/meta/recipes-devtools/binutils/binutils.inc
+++ b/meta/recipes-devtools/binutils/binutils.inc
@@ -38,8 +38,8 @@ 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
41LDGOLD ?= "ld.gold dwp" 41LDGOLD_ALTS ?= "ld.gold dwp"
42LDGOLD_riscv64 = "" 42LDGOLD_ALTS_riscv64 = ""
43 43
44USE_ALTERNATIVES_FOR = " \ 44USE_ALTERNATIVES_FOR = " \
45 addr2line \ 45 addr2line \
@@ -50,7 +50,7 @@ USE_ALTERNATIVES_FOR = " \
50 gprof \ 50 gprof \
51 ld \ 51 ld \
52 ld.bfd \ 52 ld.bfd \
53 ${LDGOLD} \ 53 ${LDGOLD_ALTS} \
54 nm \ 54 nm \
55 objcopy \ 55 objcopy \
56 objdump \ 56 objdump \