From f4cbc81dd8bbd2a12e4f047f802ae49a4450c346 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 26 Oct 2018 01:13:20 +0000 Subject: [PATCH] Update elftoolchain bootstrapping test after r339083 Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 46893529162b..6c748fb48223 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1934,7 +1934,8 @@ update: .PHONY # r310724 fixed PR 215350, a crash in libdwarf with objects built by GCC 6.2. # r334881 added libdwarf constants used by ctfconvert. # r338478 fixed a crash in objcopy for mips64el objects -.if ${BOOTSTRAPPING} < 1200084 +# r339083 libelf: correct mips64el test to use ELF header +.if ${BOOTSTRAPPING} < 1200085 _elftoolchain_libs= lib/libelf lib/libdwarf .endif