From e65e898a17949e3b4ee492766cb7e0ec83b30474 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 17 Jun 2022 05:28:05 -0700 Subject: [PATCH] Clarify instructions in test/external_tools --- test/external_tools/Makefile | 2 -- test/external_tools/README.txt | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/external_tools/Makefile b/test/external_tools/Makefile index fd44b8e..d766aac 100644 --- a/test/external_tools/Makefile +++ b/test/external_tools/Makefile @@ -14,5 +14,3 @@ clean: rm -f *.so rm -f *.a rm -f elf_creator - - diff --git a/test/external_tools/README.txt b/test/external_tools/README.txt index 28f031f..31feddf 100644 --- a/test/external_tools/README.txt +++ b/test/external_tools/README.txt @@ -3,6 +3,7 @@ Some utilities that use libelf to create synthetic ELF files readelf is built as follows: * From binutils Git: https://sourceware.org/git/binutils-gdb.git -* Branch binutils-2_37-branch (commit cd7ce9337f2eda1ef57abbb28e207d2458e6fcda) -* configure, then make from the binutils/ directory +* git fetch --all --tags +* git co binutils--branch +* Run configure, then make * Built on a 64-bit Ubuntu machine -- 2.30.2