From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8346 invoked by alias); 11 Dec 2018 06:31:32 -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 8332 invoked by uid 89); 11 Dec 2018 06:31:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=H*F:D*att.net, 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; Tue, 11 Dec 2018 06:31:22 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1544509879; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=5RftPG70mpt3152bJzESEIyalicpkGCyLeHL0YzB5CA=; b=M75Y3peRKaIqJLe80itYCpS4arFAAmAVbkpHjQ8YLMv7YNcQamNaEwlgQFHF2gYXM15WTE2p atliPBEB4H1RLrcFWTU67rJpQiZUkALYmBvmUDQ9Tn88wNFn01PPm9PVbCtL4i9R+UIJpxpE v+9ZfpxcSCPFjZLZUZFF6vuvai4= X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Sender: stilor=att.net@github.com Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5c0f59b7.7f5d3d18c150-smtp-out-n01; Tue, 11 Dec 2018 06:31:19 -0000 (UTC) Date: Tue, 11 Dec 2018 06:31:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <5c0f59b6968ec_e062b202cd7e57025225@hookshot-fe-2cc8887.cp1-iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] afb172: Run through 'ct-ng updatetools' Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5c0f59b69644b_e062b202cd7e57025134"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00009.txt.bz2 ----==_mimepart_5c0f59b69644b_e062b202cd7e57025134 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 3525 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: afb17244d2b5d86d99dc298694417d1d97c3864d https://github.com/crosstool-ng/crosstool-ng/commit/afb17244d2b5d86d99dc298694417d1d97c3864d Author: Alexey Neyman Date: 2018-12-09 (Sun, 09 Dec 2018) Changed paths: M scripts/config.guess M scripts/config.sub Log Message: ----------- Run through 'ct-ng updatetools' Signed-off-by: Alexey Neyman Commit: 5cf859d9d9308e341c58caff45d54a910480ad24 https://github.com/crosstool-ng/crosstool-ng/commit/5cf859d9d9308e341c58caff45d54a910480ad24 Author: Alexey Neyman Date: 2018-12-10 (Mon, 10 Dec 2018) Changed paths: M config/libc/avr-libc.in M config/target.in M config/toolchain.in M scripts/build/arch.sh M scripts/build/arch/arc.sh M scripts/build/arch/avr.sh M scripts/build/arch/xtensa.sh M scripts/build/kernel/bare-metal.sh M scripts/build/kernel/linux.sh M scripts/build/kernel/windows.sh M scripts/functions Log Message: ----------- Add config flags for omitting 'arch' and 'vendor' ... parts of the config tuple. While here, remove parts that are setting portions of the target tuple to a value that's already the default. Signed-off-by: Alexey Neyman Commit: b0d954f0ecdf84c112aeaa249d9ca223af12cf14 https://github.com/crosstool-ng/crosstool-ng/commit/b0d954f0ecdf84c112aeaa249d9ca223af12cf14 Author: Alexey Neyman Date: 2018-12-10 (Mon, 10 Dec 2018) Changed paths: M config/libc/moxiebox.in R samples/moxie-unknown-elf/broken R samples/moxie-unknown-moxiebox/crosstool.config R samples/moxie-unknown-moxiebox/reported.by A samples/moxiebox/crosstool.config A samples/moxiebox/reported.by Log Message: ----------- Allow short "moxiebox" alias ... while making use of the new tunables. Also, unmark the moxie-elf as broken: the ld scripts installed by newlib can be found by the compiler and can link the binaries. Why the default script is broken is not ct-ng's problem... Signed-off-by: Alexey Neyman Commit: abee9bd48239468b49913ae73dcab5283bcb8810 https://github.com/crosstool-ng/crosstool-ng/commit/abee9bd48239468b49913ae73dcab5283bcb8810 Author: Alexey Neyman Date: 2018-12-10 (Mon, 10 Dec 2018) Changed paths: M config/libc/avr-libc.in M config/libc/moxiebox.in M config/target.in M config/toolchain.in R samples/moxie-unknown-elf/broken R samples/moxie-unknown-moxiebox/crosstool.config R samples/moxie-unknown-moxiebox/reported.by A samples/moxiebox/crosstool.config A samples/moxiebox/reported.by M scripts/build/arch.sh M scripts/build/arch/arc.sh M scripts/build/arch/avr.sh M scripts/build/arch/xtensa.sh M scripts/build/kernel/bare-metal.sh M scripts/build/kernel/linux.sh M scripts/build/kernel/windows.sh M scripts/config.guess M scripts/config.sub M scripts/functions Log Message: ----------- Merge pull request #1114 from stilor/strip-vendor Allow removing vendor part of the tuple Compare: https://github.com/crosstool-ng/crosstool-ng/compare/1f65837c01bc...abee9bd48239 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. ----==_mimepart_5c0f59b69644b_e062b202cd7e57025134--