From owner-freebsd-toolchain@FreeBSD.ORG Mon May 18 15:52:13 2015 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 567AD4A8 for ; Mon, 18 May 2015 15:52:13 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:406a:0:50:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 363E51BCD for ; Mon, 18 May 2015 15:52:13 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [127.0.1.5]) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t4IFqDsb002277 for ; Mon, 18 May 2015 15:52:13 GMT (envelope-from daemon-user@phabric-backend.isc.freebsd.org) Received: (from daemon-user@localhost) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9/Submit) id t4IFqD5V002276; Mon, 18 May 2015 15:52:13 GMT (envelope-from daemon-user) Date: Mon, 18 May 2015 15:52:13 +0000 To: freebsd-toolchain@freebsd.org From: "emaste (Ed Maste)" Subject: [Differential] [Request, 9 lines] D2576: Update crunch bootstrapping test Message-ID: X-Priority: 3 Thread-Topic: D2576: Update crunch bootstrapping test X-Herald-Rules: none X-Phabricator-To: X-Phabricator-To: X-Phabricator-Cc: Thread-Index: YWY2NTBkM2E1NzFkMTI0ZTRmZTY3YzVhOWFl Precedence: bulk X-Phabricator-Sent-This-Message: Yes X-Mail-Transport-Agent: MetaMTA X-Auto-Response-Suppress: All X-Phabricator-Mail-Tags: , , , MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="b1_01841f4abada87523af2eddb3007b20a" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 15:52:13 -0000 --b1_01841f4abada87523af2eddb3007b20a Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit 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 --b1_01841f4abada87523af2eddb3007b20a Content-Type: text/x-patch; charset=utf-8; name="D2576.5456.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="D2576.5456.patch" ZGlmZiAtLWdpdCBhL01ha2VmaWxlLmluYzEgYi9NYWtlZmlsZS5pbmMxCi0tLSBhL01ha2VmaWxl LmluYzEKKysrIGIvTWFrZWZpbGUuaW5jMQpAQCAtMTI5Nyw3ICsxMjk3LDkgQEAKIF9sZXg9CQl1 c3IuYmluL2xleAogLmVuZGlmCiAKLS5pZiAke0JPT1RTVFJBUFBJTkd9IDwgMTAwMTUwNworIyBy Mjc3MjU5IGNydW5jaGlkZTogQ29ycmVjdCA2NC1iaXQgc2VjdGlvbiBoZWFkZXIgb2Zmc2V0Cisj IHIyODE2NzQgY3J1bmNoaWRlOiBhbHdheXMgaW5jbHVkZSBib3RoIDMyLSBhbmQgNjQtYml0IEVM RiBzdXBwb3J0CisuaWYgJHtCT09UU1RSQVBQSU5HfSA8IDExMDAwNzEKIF9jcnVuY2g9CXVzci5z YmluL2NydW5jaAogLmVuZGlmCiAKQEAgLTE0NjYsMTEgKzE0NjgsNiBAQAogX2J0eGxkPQkJdXNy LnNiaW4vYnR4bGQKIC5lbmRpZgogLmVuZGlmCi0uaWYgJHtUQVJHRVRfQVJDSH0gIT0gJHtNQUNI SU5FX0FSQ0h9Ci0uaWYgJHtNS19SRVNDVUV9ICE9ICJubyIKLV9jcnVuY2hpZGU9CXVzci5zYmlu L2NydW5jaC9jcnVuY2hpZGUKLS5lbmRpZgotLmVuZGlmCiAKICMgSWYgd2UncmUgZ2l2ZW4gYW4g WEFTLCBkb24ndCBidWlsZCBiaW51dGlscy4KIC5pZiAke1hBUzpNLyp9ID09ICIiCgo= --b1_01841f4abada87523af2eddb3007b20a--