From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123086 invoked by alias); 1 Nov 2018 23:39:49 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 123069 invoked by uid 89); 1 Nov 2018 23:39:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=began, H*r:Unknown, H*R:D*net, permanently X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Nov 2018 23:39:47 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1541115585; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=ZtoKUQesBJ4WAN9LmZ5YkMOO4bECX91hGoi0e0jWtbE=; b=GpyX4tjRpG7nSG3w9EkMcNP2WSBOv1c+ghjDGuUORpRh7dFM0E2NhNtdNSaSfQKkbk3RYXY0 h6Y0hSKORPkcuJWb+YZY6ULbu30kMk2srxf9qV4bP9jaGrrniv2vvyEmzR62ENq1FnVh3LaW knv6Rs6vE9+2UPbZ7SQ9ciKTtLw= X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5bdb8ec0.7f09f0205420-smtp-out-n03; Thu, 01 Nov 2018 23:39:44 -0000 (UTC) Date: Thu, 01 Nov 2018 23:39:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5bdb8ebfe74eb_42182b11546265701024e@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] f232d6: Add an ability to modify an exported variable Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5bdb8ebfe7114_42182b115462657010137"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00000.txt.bz2 ----==_mimepart_5bdb8ebfe7114_42182b115462657010137 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1513 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f232d6d09a895b4be25cd01008f76afd3a673ac2 https://github.com/crosstool-ng/crosstool-ng/commit/f232d6d09a895b4be25cd01008f76afd3a673ac2 Author: Alexey Neyman Date: 2018-11-01 (Thu, 01 Nov 2018) Changed paths: M scripts/build/binutils/binutils.sh M scripts/functions Log Message: ----------- Add an ability to modify an exported variable ... and use that ability to permanently set CTNG_LD_IS in case gold is default linker and we're building glibc. Fixes #988. This was a long-standing breakage in crosstool-NG (at least since it began to run each step in a sub-shell). Signed-off-by: Alexey Neyman Commit: cc403506161efd9209dd1c543ca0c458ee5439b6 https://github.com/crosstool-ng/crosstool-ng/commit/cc403506161efd9209dd1c543ca0c458ee5439b6 Author: Alexey Neyman Date: 2018-11-01 (Thu, 01 Nov 2018) Changed paths: M scripts/build/binutils/binutils.sh M scripts/functions Log Message: ----------- Merge pull request #1078 from stilor/force-bfd-linker Add an ability to modify an exported variable Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7c4c6892b9a5...cc403506161e **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5bdb8ebfe7114_42182b115462657010137--