diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index e85c7044a0..7bae0e9554 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc | |||
@@ -78,3 +78,9 @@ do_configure_prepend() { | |||
78 | } | 78 | } |
79 | 79 | ||
80 | GLIBC_ADDONS ?= "nptl,libidn" | 80 | GLIBC_ADDONS ?= "nptl,libidn" |
81 | |||
82 | # Enable backtrace from abort() | ||
83 | do_configure_append_arm () { | ||
84 | echo "CFLAGS-abort.c = -fasynchronous-unwind-tables" >> ${B}/configparms | ||
85 | echo "CFLAGS-raise.c = -fasynchronous-unwind-tables" >> ${B}/configparms | ||
86 | } | ||