Bump BOOTSTRAPPING test for libelf after cross-endian fix in r296685

This commit is contained in:
Ed Maste 2016-03-12 19:08:13 +00:00
parent 65d641e6bb
commit cb1469fdd6

View File

@ -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