summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-03-09 08:39:51 -0800
committerMark Hatle <mark.hatle@amd.com>2023-03-09 08:39:54 -0800
commit57d6ff39e32c46f81cccad97fd8634f3aad88e16 (patch)
treebf393a14165a331f6030056ff0d6c0c821f3d3d6 /meta-microblaze/recipes-devtools
parent6eca19d4576391e01571b762c3e18e2f3f16c3f4 (diff)
downloadmeta-xilinx-57d6ff39e32c46f81cccad97fd8634f3aad88e16.tar.gz
binutils: Disable broken alternatives
ld.gold and dwp are not supported on Microblaze, disable gprof is not generated on Microblaze, disable this alternative Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools')
-rw-r--r--meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc b/meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc
index 2aecd24d..5e85eedc 100644
--- a/meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc
+++ b/meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc
@@ -37,3 +37,5 @@ SRC_URI:append = " \
37 file://0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch \ 37 file://0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch \
38 " 38 "
39 39
40LDGOLD_ALTS:microblaze = ""
41USE_ALTERNATIVES_FOR:remove:microblaze = "gprof"