diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-03-09 08:39:51 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-10 10:56:54 -0600 |
| commit | d5f914c026171c2f27a5a89ea846f94879c52646 (patch) | |
| tree | a1d7a5c5a5c7f48271aa98ac4da76450dc79a4da /meta-microblaze | |
| parent | deeb727eddc5a0a67fc0cf4ca7988936fbb5cfee (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-microblaze')
| -rw-r--r-- | meta-microblaze/recipes-devtools/binutils/binutils-microblaze.inc | 2 |
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 | ||
| 40 | LDGOLD_ALTS:microblaze = "" | ||
| 41 | USE_ALTERNATIVES_FOR:remove:microblaze = "gprof" | ||
