From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99524 invoked by alias); 14 Jan 2017 05:44:54 -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 99454 invoked by uid 89); 14 Jan 2017 05:44:47 -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=100-gcc.sh, UD:glibc.sh, UD:newlib.sh, glibcsh 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; Sat, 14 Jan 2017 05:44:36 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.34]) by mxa.mailgun.org with ESMTP id 5879bac3.7f026a066660-in02; Sat, 14 Jan 2017 05:44:35 -0000 (UTC) Date: Sat, 14 Jan 2017 05:44:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5879bac34a974_4c8d3fa204635138819f4@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 59a784: No need to copy header; libc_start_file does it. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5879bac34a285_4c8d3fa20463513881845"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00017.txt.bz2 ----==_mimepart_5879bac34a285_4c8d3fa20463513881845 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2978 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 59a784c5724c2e10a02994fb985540db1b16fd63 https://github.com/crosstool-ng/crosstool-ng/commit/59a784c5724c2e10a02994fb985540db1b16fd63 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/cc/100-gcc.sh Log Message: ----------- No need to copy header; libc_start_file does it. Signed-off-by: Alexey Neyman Commit: ec9ddee933d16b5126dc6ba6c94ed428dd01ab75 https://github.com/crosstool-ng/crosstool-ng/commit/ec9ddee933d16b5126dc6ba6c94ed428dd01ab75 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- Remove 2nd copy of the option. Added above, as part of the list. Signed-off-by: Alexey Neyman Commit: 01a4bed794d3474df1e1f7ab03aa925b69668fbf https://github.com/crosstool-ng/crosstool-ng/commit/01a4bed794d3474df1e1f7ab03aa925b69668fbf Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- install_root has no effect on newlib install. And never had, at least since newlib 1.17 (first version added to crosstool-ng). Apparently, copy-pasted from glibc.sh. Signed-off-by: Alexey Neyman Commit: fddbf8f99e5e4ca6d38ab89064b7017111031182 https://github.com/crosstool-ng/crosstool-ng/commit/fddbf8f99e5e4ca6d38ab89064b7017111031182 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/libc/newlib.sh Log Message: ----------- AVR32 support has been retired. Scripts no longer download avr-headers. Signed-off-by: Alexey Neyman Commit: 01bae4871994429725a34298787a04221fd1368d https://github.com/crosstool-ng/crosstool-ng/commit/01bae4871994429725a34298787a04221fd1368d Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M config/toolchain.in Log Message: ----------- Do not use sysroot in bare metal. None of the bare metal C library choices (avr-libc, newlib) support installing into sysroot. Nor does it make any sense, since sysroot implies a file system, which in turn implies an OS. Commit: 949cc86ab755ff4fb5971a304ce97c3885fc360e https://github.com/crosstool-ng/crosstool-ng/commit/949cc86ab755ff4fb5971a304ce97c3885fc360e Author: Alexey Neyman Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M config/toolchain.in M scripts/build/cc/100-gcc.sh M scripts/build/libc/newlib.sh Log Message: ----------- Merge pull request #526 from stilor/double-include Avoid creating include/include Compare: https://github.com/crosstool-ng/crosstool-ng/compare/8f1523abea5a...949cc86ab755 ----==_mimepart_5879bac34a285_4c8d3fa20463513881845--