svn commit: r225297 - stable/7
Dag-Erling Smorgrav
des at FreeBSD.org
Wed Aug 31 16:54:05 UTC 2011
Author: des
Date: Wed Aug 31 16:54:05 2011
New Revision: 225297
URL: http://svn.freebsd.org/changeset/base/225297
Log:
I have a box running 702103 that needed a new btxld.
Modified:
stable/7/Makefile.inc1
Modified: stable/7/Makefile.inc1
==============================================================================
--- stable/7/Makefile.inc1 Wed Aug 31 16:25:34 2011 (r225296)
+++ stable/7/Makefile.inc1 Wed Aug 31 16:54:05 2011 (r225297)
@@ -986,7 +986,7 @@ build-tools:
#
# cross-tools: Build cross-building tools
#
-.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 702102
+.if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 702104
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
_btxld= usr.sbin/btxld
.endif
More information about the svn-src-all
mailing list