Update elftoolchain bootstrapping test after r339083

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-10-26 01:13:20 +00:00
parent 6fd587f9f9
commit f4cbc81dd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339757

View File

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