summaryrefslogtreecommitdiffstats
path: root/rules/libunwind.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 11:21:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 11:21:39 +0100
commit8234080fd11c3f9c401713906d8d6c971ebaf26b (patch)
tree92aee151702bff753612818a7073035b96d6ac4e /rules/libunwind.make
parentbae36d02d2f8b691205b482e66920a8509a86b10 (diff)
downloadptxdist-8234080fd11c3f9c401713906d8d6c971ebaf26b.tar.gz
ptxdist-8234080fd11c3f9c401713906d8d6c971ebaf26b.tar.xz
libunwind: version bump 1.1 -> 1.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libunwind.make')
-rw-r--r--rules/libunwind.make7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/libunwind.make b/rules/libunwind.make
index cc5abecaf..11698fd2c 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
#
# Paths and names
#
-LIBUNWIND_VERSION := 1.1
-LIBUNWIND_MD5 := fb4ea2f6fbbe45bf032cd36e586883ce
+LIBUNWIND_VERSION := 1.2
+LIBUNWIND_MD5 := eefcb5d7f78fdc8f1ed172a26ea4202f
LIBUNWIND := libunwind-$(LIBUNWIND_VERSION)
LIBUNWIND_SUFFIX := tar.gz
LIBUNWIND_URL := http://download.savannah.gnu.org/releases/libunwind/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
@@ -36,6 +36,9 @@ LIBUNWIND_CONF_TOOL := autoconf
LIBUNWIND_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--$(call ptx/disen, PTXCONF_ARCH_PPC)-coredump \
+ --enable-ptrace \
+ --enable-setjmp \
+ --disable-documentation \
--disable-debug \
--enable-debug-frame \
--enable-block-signals \