Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2016 19:08:13 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296753 - head
Message-ID:  <201603121908.u2CJ8Drd073984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603121908.u2CJ8Drd073984>