[OE-core] [PATCH] glibc: Enable backtrace from abort on ARM

Khem Raj raj.khem at gmail.com
Fri Dec 9 06:48:07 UTC 2016


On Thu, Dec 8, 2016 at 11:03 AM, Mark Hatle <mark.hatle at windriver.com> wrote:
> +do_configure_append_arm () {
> +       echo "CFLAGS-abort.c = -funwind-tables" >> ${B}/configparms
> +       echo "CFLAGS-raise.c = -funwind-tables" >> ${B}/configparms
> +}

perhaps using  -fasynchronous-unwind-tables is better. can you try that out ?



More information about the Openembedded-core mailing list