libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 34/57] Enable coredump library build on ARM by


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 34/57] Enable coredump library build on ARM by default
Date: Fri, 21 Sep 2012 14:11:35 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]