Skip to content

Commit

Permalink
Makefile.inc1: bump elf tool chain version check after PR 215350 fix
Browse files Browse the repository at this point in the history
This causes builds to use the in-tree libdwarf with the bug fix instead
of the host library.

Reviewed by:	bdrewery, emaste, markj
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D12239
  • Loading branch information
rlibby committed Sep 6, 2017
1 parent 9486a36 commit 1b8f13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.inc1
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,8 @@ update: .PHONY

# ELF Tool Chain libraries are needed for ELF tools and dtrace tools.
# r296685 fix cross-endian objcopy
.if ${BOOTSTRAPPING} < 1100102
# r310724 fixed PR 215350, a crash in libdwarf with objects built by GCC 6.2.
.if ${BOOTSTRAPPING} < 1200020
_elftoolchain_libs= lib/libelf lib/libdwarf
.endif

Expand Down

0 comments on commit 1b8f13e

Please sign in to comment.