summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-17 11:41:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-05 14:20:38 +0100
commit9aa6225f555454702d4a758783accafaf4b00caf (patch)
tree86e88b9f4ab86b9df24a9ea46a861e304835d91c
parent82f793cc1f49f2f4aa429060c073e3dd6b328684 (diff)
downloadOSELAS.Toolchain-9aa6225f555454702d4a758783accafaf4b00caf.tar.gz
OSELAS.Toolchain-9aa6225f555454702d4a758783accafaf4b00caf.tar.xz
host-libelf: version bump 0.166 -> 0.170
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libelf.make16
1 files changed, 13 insertions, 3 deletions
diff --git a/rules/host-libelf.make b/rules/host-libelf.make
index 2ca5f0c..6432b99 100644
--- a/rules/host-libelf.make
+++ b/rules/host-libelf.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBELF) += host-libelf
#
# Paths and names
#
-HOST_LIBELF_VERSION := 0.166
-HOST_LIBELF_MD5 := d4e462b7891915dc5326bccefa2024ff
+HOST_LIBELF_VERSION := 0.170
+HOST_LIBELF_MD5 := 03599aee98c9b726c7a732a2dd0245d5
HOST_LIBELF := elfutils-$(HOST_LIBELF_VERSION)
HOST_LIBELF_SUFFIX := tar.bz2
HOST_LIBELF_URL := https://fedorahosted.org/releases/e/l/elfutils/$(HOST_LIBELF_VERSION)/$(HOST_LIBELF).$(HOST_LIBELF_SUFFIX)
@@ -34,12 +34,22 @@ HOST_LIBELF_LICENSE := (LGPL-3.0+ OR GPL-2.0+) AND GPL-3.0+
#
HOST_LIBELF_AUTOCONF := \
$(PTX_HOST_AUTOCONF) \
+ --enable-deterministic-archives \
+ --disable-thread-safety \
--disable-debugpred \
--disable-gprof \
--disable-gcov \
+ --disable-sanitize-undefined \
--disable-valgrind \
+ --disable-tests-rpath \
+ --enable-libebl-subdir=elfutils \
+ --enable-textrelcheck \
+ --enable-symbol-versioning \
+ --disable-nls \
--with-zlib \
- --with-lzma
+ --without-bzlib \
+ --with-lzma \
+ --without-biarch
HOST_LIBELF_DEVPKG := NO