summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 21:48:55 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 19:54:11 -0500
commite0088bdac4da766685b9c9a6e8adc20db757e1c4 (patch)
treeca41cc37ebbc44111aac98b0cb0852e81545e6de /meta-microblaze/recipes-devtools
parentb5884e27e2527a9f42d1983c71c841cd2984275f (diff)
downloadmeta-xilinx-e0088bdac4da766685b9c9a6e8adc20db757e1c4.tar.gz
meta-microblaze: elfutils: Symvers is not supported on microblaze
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-microblaze/recipes-devtools')
-rw-r--r--meta-microblaze/recipes-devtools/elfutils/elfutils_0.186.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/elfutils/elfutils_0.186.bbappend b/meta-microblaze/recipes-devtools/elfutils/elfutils_0.186.bbappend
new file mode 100644
index 00000000..9c7649a0
--- /dev/null
+++ b/meta-microblaze/recipes-devtools/elfutils/elfutils_0.186.bbappend
@@ -0,0 +1,2 @@
1# symver functions not currently supported on microblaze
2EXTRA_OECONF:append:class-target:microblaze = " --disable-symbol-versioning"