The ARM coredump library compiles, ship it!
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index aed7eab..8f7c4f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ SET_ARCH([$target_cpu],[target_arch])
 
 AC_ARG_ENABLE(coredump,
        AS_HELP_STRING([--enable-coredump],[building libunwind-coredump 
library]),,
-        [AS_CASE([$host_arch], [mips*|x86*], [enable_coredump=yes], 
[enable_coredump=no])]
+        [AS_CASE([$host_arch], [arm*|mips*|x86*], [enable_coredump=yes], 
[enable_coredump=no])]
 )
 
 AC_MSG_CHECKING([if we should build libunwind-coredump])
-- 
1.7.9.5


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to