From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14462 invoked by alias); 11 Feb 2017 07:55:30 -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 14453 invoked by uid 89); 11 Feb 2017 07:55:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:Unknown, Home, H*R:D*net X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 Feb 2017 07:55:19 +0000 X-Mailgun-Sending-Ip: 166.78.71.131 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 589ec366.7f8466386fc0-smtp-out-n02; Sat, 11 Feb 2017 07:55:18 -0000 (UTC) Date: Sat, 11 Feb 2017 07:55:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <589ec365b5841_287e83f8a609cbc403576f@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 973664: Forgot to saveconfig the changes for ARM/elf2flt s... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_589ec365b5571_287e83f8a609cbc40356c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00018.txt.bz2 ----==_mimepart_589ec365b5571_287e83f8a609cbc40356c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2099 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 973664c906938d958892072a8c9016f2964d7a4c https://github.com/crosstool-ng/crosstool-ng/commit/973664c906938d958892072a8c9016f2964d7a4c Author: Alexey Neyman Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M config/binutils/binutils.in M config/binutils/binutils.in.2 M config/libc/glibc.in.2 M samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config Log Message: ----------- Forgot to saveconfig the changes for ARM/elf2flt sample Hence, it is better to enforce via config rules: elf2flt does not play nice with ld wrapper, when both ld.bfd and ld.gold are present. Limit the choices to just 'ld.bfd' for flat-format architectures. Signed-off-by: Alexey Neyman Commit: a41978b95a06d57a971bafb99862a3dd030cb6ee https://github.com/crosstool-ng/crosstool-ng/commit/a41978b95a06d57a971bafb99862a3dd030cb6ee Author: Alexey Neyman Date: 2017-02-09 (Thu, 09 Feb 2017) Changed paths: M scripts/build/debug/300-gdb.sh Log Message: ----------- Remove wrapping if in 300-gdb.sh If GDB is turned off, the script will not be even sourced. Otherwise, if GDB checkbox is set but none of the cross/native/gdbserver are selected, debug.sh gives a bogus error message. Signed-off-by: Alexey Neyman Commit: 93db5800918ad7afbb6e6781fd48f504eb1eca76 https://github.com/crosstool-ng/crosstool-ng/commit/93db5800918ad7afbb6e6781fd48f504eb1eca76 Author: Alexey Neyman Date: 2017-02-10 (Fri, 10 Feb 2017) Changed paths: M config/binutils/binutils.in M config/binutils/binutils.in.2 M config/libc/glibc.in.2 M samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config M scripts/build/debug/300-gdb.sh Log Message: ----------- Merge pull request #584 from stilor/disallow-gold-for-elf2flt Require BFD linker if building for flat format Compare: https://github.com/crosstool-ng/crosstool-ng/compare/e6a748c06aa2...93db5800918a ----==_mimepart_589ec365b5571_287e83f8a609cbc40356c--