[Differential] [Request, 9 lines] D2576: Update crunch bootstrapping test

emaste (Ed Maste) phabric-noreply at FreeBSD.org
Mon May 18 15:52:13 UTC 2015


emaste created this revision.
emaste added a reviewer: imp.
emaste added a subscriber: freebsd-toolchain.

REVISION SUMMARY
  - r277259 crunchide: Correct 64-bit section header offset
  - r281674 crunchide: always include both 32- and 64-bit ELF support
  
  With built-in cross-size support we also no longer need a special case for cross-build crunchide.

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

AFFECTED FILES
  Makefile.inc1

CHANGE DETAILS
  diff --git a/Makefile.inc1 b/Makefile.inc1
  --- a/Makefile.inc1
  +++ b/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.5456.patch
Type: text/x-patch
Size: 620 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-toolchain/attachments/20150518/fd97f107/attachment.bin>


More information about the freebsd-toolchain mailing list