From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80137 invoked by alias); 20 Feb 2017 07:27:28 -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 80066 invoked by uid 89); 20 Feb 2017 07:27:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=upgraded, 608, sk:static, H*r:Unknown X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 Feb 2017 07:27:24 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 58aa9a5b.7fc6ea6d29f0-smtp-out-n02; Mon, 20 Feb 2017 07:27:23 -0000 (UTC) Date: Mon, 20 Feb 2017 07:27:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58aa9a5ae2342_19743fc679983c381743d@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] f07166: Garbage collection for GCC options that are same Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58aa9a5ae1d78_19743fc679983c38174262"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00032.txt.bz2 ----==_mimepart_58aa9a5ae1d78_19743fc679983c38174262 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3446 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: f0716643b41aaff6ba37ea629ccead7b2011f618 https://github.com/crosstool-ng/crosstool-ng/commit/f0716643b41aaff6ba37ea629ccead7b2011f618 Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/cc/gcc.in M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Garbage collection for GCC options that are same ... on all supported versions. Signed-off-by: Alexey Neyman Commit: 264b0c8686051f6a8fe08cc41a34d5225d83e7a6 https://github.com/crosstool-ng/crosstool-ng/commit/264b0c8686051f6a8fe08cc41a34d5225d83e7a6 Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/cc/gcc.in M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- More GC Signed-off-by: Alexey Neyman Commit: 31e7cd688de455ceef5a4914d9fd540e5e55579f https://github.com/crosstool-ng/crosstool-ng/commit/31e7cd688de455ceef5a4914d9fd540e5e55579f Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/cc/gcc.in Log Message: ----------- Latest GCC has libmpx and Go. Signed-off-by: Alexey Neyman Commit: 45512b003d04b5a89c5c3bb6b674683d82b87f42 https://github.com/crosstool-ng/crosstool-ng/commit/45512b003d04b5a89c5c3bb6b674683d82b87f42 Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Have LTO depend-on non-static builds Loading a dynamic library (LTO plugin) from a static binary fails on ArchLinux. It is also prone to break if a system is ever upgraded. Also, disable plugins if not enabled explicitly. Signed-off-by: Alexey Neyman Commit: 4d723d08924a5746da2336410e39de5a7e363760 https://github.com/crosstool-ng/crosstool-ng/commit/4d723d08924a5746da2336410e39de5a7e363760 Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/cc/gcc.in M config/companion_libs.in M scripts/build/cc/100-gcc.sh Log Message: ----------- More garbage collection Signed-off-by: Alexey Neyman Commit: d20091d730f896155462333bbd770eb6e4946a52 https://github.com/crosstool-ng/crosstool-ng/commit/d20091d730f896155462333bbd770eb6e4946a52 Author: Alexey Neyman Date: 2017-02-18 (Sat, 18 Feb 2017) Changed paths: M config/libc/newlib.in.2 Log Message: ----------- Newlib's LTO only makes sense if GCC supports it Signed-off-by: Alexey Neyman Commit: 6a1b5a3d7723d9b45df2f0dc0f0d2b7fdfc11d73 https://github.com/crosstool-ng/crosstool-ng/commit/6a1b5a3d7723d9b45df2f0dc0f0d2b7fdfc11d73 Author: Alexey Neyman Date: 2017-02-19 (Sun, 19 Feb 2017) Changed paths: M config/cc/gcc.in M config/cc/gcc.in.2 M config/companion_libs.in M config/libc/newlib.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #608 from stilor/static-no-plugins Disable LTO for static toolchain Compare: https://github.com/crosstool-ng/crosstool-ng/compare/abcb548d189b...6a1b5a3d7723 ----==_mimepart_58aa9a5ae1d78_19743fc679983c38174262--