From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100537 invoked by alias); 18 Sep 2016 05:18:52 -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 100518 invoked by uid 89); 18 Sep 2016 05:18:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, Home, 2016-09-17 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; Sun, 18 Sep 2016 05:18:40 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 57de23ae.7fc22c3f0ae0-in01; Sun, 18 Sep 2016 05:18:38 -0000 (UTC) Date: Sun, 18 Sep 2016 05:18:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <57de23ae681ba_4b5e3f893bf7b134702e1@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 10972b: binutils: make symlinks in a consistent way Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_57de23ae67d95_4b5e3f893bf7b134701cc"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00006.txt.bz2 ----==_mimepart_57de23ae67d95_4b5e3f893bf7b134701cc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1614 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 10972baa20e2d96e77204a6d48839dc0d4f21d77 https://github.com/crosstool-ng/crosstool-ng/commit/10972baa20e2d96e77204a6d48839dc0d4f21d77 Author: Kirill K. Smirnov Date: 2016-09-13 (Tue, 13 Sep 2016) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- binutils: make symlinks in a consistent way On the stage "core gcc pass-2" the following layout is created: 1) buildtools/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip} 2) buildtools/TARGET/bin/{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip} 3) x-tools/TARGET/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip} 4) x-tools/TARGET/TARGET/bin{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip} where both (1) and (2) are symlinks to (3). This effectively renders core pass-2 gcc with elf2flt linker unusable. Related elf2flt discussion: https://github.com/crosstool-ng/crosstool-ng/pull/443 Signed-off-by: Kirill K. Smirnov Commit: a24f06337c9efeea250916529c1c11e4f8b53932 https://github.com/crosstool-ng/crosstool-ng/commit/a24f06337c9efeea250916529c1c11e4f8b53932 Author: Bryan Hundven Date: 2016-09-17 (Sat, 17 Sep 2016) Changed paths: M scripts/build/binutils/binutils.sh Log Message: ----------- Merge pull request #448 from KirillSmirnov/binutils-symlinks binutils: make symlinks in a consistent way Compare: https://github.com/crosstool-ng/crosstool-ng/compare/290ae52db3cc...a24f06337c9e ----==_mimepart_57de23ae67d95_4b5e3f893bf7b134701cc Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_57de23ae67d95_4b5e3f893bf7b134701cc--