svn commit: r339757 - head

Ed Maste emaste at FreeBSD.org
Fri Oct 26 01:13:22 UTC 2018


Author: emaste
Date: Fri Oct 26 01:13:20 2018
New Revision: 339757
URL: https://svnweb.freebsd.org/changeset/base/339757

Log:
  Update elftoolchain bootstrapping test after r339083
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Oct 26 01:06:03 2018	(r339756)
+++ head/Makefile.inc1	Fri Oct 26 01:13:20 2018	(r339757)
@@ -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
 


More information about the svn-src-all mailing list