From: Andre McCurdy Date: Mon, 16 Sep 2019 19:24:29 +0000 (-0700) Subject: libunwind: apply configure over-ride to both big and little endian ARM X-Git-Tag: uninative-2.7~129 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d55fc868f3fef206628b7c353737aa666baf8c95;p=openembedded-core.git libunwind: apply configure over-ride to both big and little endian ARM Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 5726589661..76a1bf6246 100644 --- a/meta/recipes-support/libunwind/libunwind.inc +++ b/meta/recipes-support/libunwind/libunwind.inc @@ -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 () {