[Differential] [Closed] D2576: Update crunch bootstrapping test

emaste (Ed Maste) phabric-noreply at FreeBSD.org
Tue May 19 14:05:21 UTC 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rS283108: Update crunch bootstrapping test for recent fixes (authored by emaste).

CHANGED PRIOR TO COMMIT
  https://reviews.freebsd.org/D2576?vs=5456&id=5476#toc

REPOSITORY
  rS FreeBSD src repository

REVISION DETAIL
  https://reviews.freebsd.org/D2576

AFFECTED FILES
  head/Makefile.inc1

CHANGE DETAILS
  diff --git a/head/Makefile.inc1 b/head/Makefile.inc1
  --- a/head/Makefile.inc1
  +++ b/head/Makefile.inc1
  @@ -1297,7 +1297,9 @@
   _lex=		usr.bin/lex
   .endif
   
  -.if ${BOOTSTRAPPING} < 1001507
  +# r277259 crunchide: Correct 64-bit section header offset
  +# r281674 crunchide: always include both 32- and 64-bit ELF support
  +.if ${BOOTSTRAPPING} < 1100071
   _crunch=	usr.sbin/crunch
   .endif
   
  @@ -1466,11 +1468,6 @@
   _btxld=		usr.sbin/btxld
   .endif
   .endif
  -.if ${TARGET_ARCH} != ${MACHINE_ARCH}
  -.if ${MK_RESCUE} != "no"
  -_crunchide=	usr.sbin/crunch/crunchide
  -.endif
  -.endif
   
   # If we're given an XAS, don't build binutils.
   .if ${XAS:M/*} == ""

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: emaste, imp
Cc: freebsd-toolchain
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2576.5476.patch
Type: text/x-patch
Size: 640 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-toolchain/attachments/20150519/f7004c76/attachment.bin>


More information about the freebsd-toolchain mailing list