From: Eli Bendersky Date: Fri, 17 Jun 2022 12:28:05 +0000 (-0700) Subject: Clarify instructions in test/external_tools X-Git-Tag: v0.29~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e65e898a17949e3b4ee492766cb7e0ec83b30474;p=pyelftools.git Clarify instructions in test/external_tools --- 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