summaryrefslogtreecommitdiffstats
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-10 10:56:54 -0600
commitd5f914c026171c2f27a5a89ea846f94879c52646 (patch)
treea1d7a5c5a5c7f48271aa98ac4da76450dc79a4da
parentdeeb727eddc5a0a67fc0cf4ca7988936fbb5cfee (diff)
downloadmeta-xilinx-d5f914c026171c2f27a5a89ea846f94879c52646.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> (cherry picked from commit 57d6ff39e32c46f81cccad97fd8634f3aad88e16) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-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"