aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2023-02-26 15:47:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-03-05 19:23:42 +0100
commita03076cc392b67c8342aac2017f8ac903c983e59 (patch)
tree542fb1591eff700914429db79fce87aef9fb48bc /package/network
parent26a65e852c5bd8e586205ce8dff582de623cb566 (diff)
downloadupstream-a03076cc392b67c8342aac2017f8ac903c983e59.tar.gz
upstream-a03076cc392b67c8342aac2017f8ac903c983e59.tar.bz2
upstream-a03076cc392b67c8342aac2017f8ac903c983e59.zip
binutils: Update to version 2.40
binutils 2.39: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00002.html binutils 2.40: https://lists.gnu.org/archive/html/info-gnu/2023-01/msg00003.html This version includes a new libsframe.so library, pack it into the libbfd package as it is used by this library. Also deactivate some optional configuration options for now. An extra patch to fix compile problem in AARCH64 is added. gprofng needs a C++ standard library, deactivate it for now. Activate feature-disassembler-init-styled in bpftools too to fix compilation with the updated binutils. An bpftool version 7.0 or later is needed for binutils 2.39 and later. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/bpftools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/bpftools/Makefile b/package/network/utils/bpftools/Makefile
index 7adda2edaf..a1ae22b93f 100644
--- a/package/network/utils/bpftools/Makefile
+++ b/package/network/utils/bpftools/Makefile
@@ -106,7 +106,7 @@ MAKE_FLAGS += \
feature-llvm=0 \
feature-libcap=0 \
feature-disassembler-four-args=1 \
- feature-disassembler-init-styled=0
+ feature-disassembler-init-styled=1
ifeq ($(BUILD_VARIANT),lib)
MAKE_PATH = libbpf/src