summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-07 12:07:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 10:54:22 +0200
commitbb1399a00513a14b716470db4cef92ba5b889c78 (patch)
tree26c097e992e2192beb4276e77e7a11f75a9d3ed7 /rules
parent342c1462fc57122c8a84aace391dfee74e030056 (diff)
downloadptxdist-bb1399a00513a14b716470db4cef92ba5b889c78.tar.gz
ptxdist-bb1399a00513a14b716470db4cef92ba5b889c78.tar.xz
libunwind: version bump 1.3.1 -> 1.4.0
With the added upstream patch, this fixes building with gcc 10. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libunwind.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libunwind.make b/rules/libunwind.make
index e4f07d0c5..513258a40 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
#
# Paths and names
#
-LIBUNWIND_VERSION := 1.3.1
-LIBUNWIND_MD5 := a04f69d66d8e16f8bf3ab72a69112cd6
+LIBUNWIND_VERSION := 1.4.0
+LIBUNWIND_MD5 := 5114504c74ac3992ac06aa551cd55678
LIBUNWIND := libunwind-$(LIBUNWIND_VERSION)
LIBUNWIND_SUFFIX := tar.gz
LIBUNWIND_URL := http://download.savannah.gnu.org/releases/libunwind/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)