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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"