From cb1469fdd60c42dd8f557b1fdf78dea1950b91bb Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 12 Mar 2016 19:08:13 +0000 Subject: [PATCH] Bump BOOTSTRAPPING test for libelf after cross-endian fix in r296685 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index daf33f4b746e..980c7188c1d4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1272,7 +1272,8 @@ update: # # ELF Tool Chain libraries are needed for ELF tools and dtrace tools. -.if ${BOOTSTRAPPING} < 1100006 +# r296685 fix cross-endian objcopy +.if ${BOOTSTRAPPING} < 1100102 _elftoolchain_libs= lib/libelf lib/libdwarf .endif