]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: apply configure over-ride to both big and little endian ARM
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 16 Sep 2019 19:24:29 +0000 (12:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Sep 2019 11:08:56 +0000 (12:08 +0100)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc

index 5726589661f73fd1762c01e88571c06b9ad13b42..76a1bf6246b1bfa56d2fbbd249244755444149bc 100644 (file)
@@ -12,6 +12,7 @@ PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
 PACKAGECONFIG[latexdocs] = "--enable-documentation, --disable-documentation, latex2man-native"
 
 EXTRA_OECONF_arm = "--enable-debug-frame"
+EXTRA_OECONF_armeb = "--enable-debug-frame"
 EXTRA_OECONF_aarch64 = "--enable-debug-frame"
 
 do_install_append () {