From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80032 invoked by alias); 8 Nov 2016 00:38:17 -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 80000 invoked by uid 89); 8 Nov 2016 00:38:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=BAYES_40,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*c:mimHpHrt, 2016-10-07, 20161007, installs 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; Tue, 08 Nov 2016 00:38:06 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58211e6c.7fceb5b8a420-in8; Tue, 08 Nov 2016 00:38:04 -0000 (UTC) Date: Tue, 08 Nov 2016 00:38:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58211e6bc7c5b_4f683fc77d11f13c8063a@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 3330ad: Fine-tune moving gcc libraries to sysroot. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58211e6bc7837_4f683fc77d11f13c80514"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00000.txt.bz2 ----==_mimepart_58211e6bc7837_4f683fc77d11f13c80514 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2480 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 3330ad719720905ed2a901ec26a90bcad9d32748 https://github.com/crosstool-ng/crosstool-ng/commit/3330ad719720905ed2a901ec26a90bcad9d32748 Author: Alexey Neyman Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M scripts/build/cc/100-gcc.sh Log Message: ----------- Fine-tune moving gcc libraries to sysroot. 1. Check if anything was installed outside sysroot; on some [baremetal only?] configurations GCC doesn't install anything to ${CT_PREFIX_DIR}/${CT_TARGET}/lib. 2. We need to create /lib/ if it doesn't exist (MUSL only installs in /usr/lib). 3. Do not move the linker scripts; elf2flt expects to find them in gcc's dir, not sysroot. Signed-off-by: Alexey Neyman Commit: 339b83c3939296e54f5366439a19861372bad9b9 https://github.com/crosstool-ng/crosstool-ng/commit/339b83c3939296e54f5366439a19861372bad9b9 Author: Alexey Neyman Date: 2016-10-07 (Fri, 07 Oct 2016) Changed paths: M config/cc/gcc.in.2 Log Message: ----------- MINGW doesn't like libmpx either. Signed-off-by: Alexey Neyman Commit: 91575d02c47e384e381a8a9c83e33814d26799b3 https://github.com/crosstool-ng/crosstool-ng/commit/91575d02c47e384e381a8a9c83e33814d26799b3 Author: Alexey Neyman Date: 2016-10-12 (Wed, 12 Oct 2016) Changed paths: M config/libc/uClibc.in M config/libc/uClibc.in.2 R patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch M samples/sparc-leon-linux-uclibc/crosstool.config R samples/sparc-leon-linux-uclibc/uClibc-1.0.12.config A samples/sparc-leon-linux-uclibc/uClibc.config M scripts/addToolVersion.sh M scripts/build/libc/uClibc.sh Log Message: ----------- Merge branch 'master' into static-libgcc-more-fixes Commit: 23e9a03a3f4a5eaded6cadbe4d808997879450d1 https://github.com/crosstool-ng/crosstool-ng/commit/23e9a03a3f4a5eaded6cadbe4d808997879450d1 Author: Alexey Neyman Date: 2016-11-07 (Mon, 07 Nov 2016) Changed paths: M config/cc/gcc.in.2 M scripts/build/cc/100-gcc.sh Log Message: ----------- Merge pull request #461 from stilor/static-libgcc-more-fixes Making libmpx configurable & moving gcc libs: more fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/df5a341e592f...23e9a03a3f4a ----==_mimepart_58211e6bc7837_4f683fc77d11f13c80514 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_58211e6bc7837_4f683fc77d11f13c80514--