svn commit: r296753 - head

Ed Maste emaste at FreeBSD.org
Sat Mar 12 19:08:14 UTC 2016


Author: emaste
Date: Sat Mar 12 19:08:13 2016
New Revision: 296753
URL: https://svnweb.freebsd.org/changeset/base/296753

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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat Mar 12 19:07:21 2016	(r296752)
+++ head/Makefile.inc1	Sat Mar 12 19:08:13 2016	(r296753)
@@ -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
 


More information about the svn-src-head mailing list