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-04-10 09:03:22 -0700
commit53e60833cff3418236615a072d502e6003959485 (patch)
treef53f6e2ecc30052b93d6424b8d371e7a09c8a958 /meta-microblaze/recipes-devtools
parenta6c6d5349bb5887006b5cfddbb546c14b7cca2a4 (diff)
downloadmeta-xilinx-53e60833cff3418236615a072d502e6003959485.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"