From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42859 invoked by alias); 14 Feb 2017 06:46:00 -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 42834 invoked by uid 89); 14 Feb 2017 06:45:59 -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=UD:mk, H*r:Unknown, macos, Home 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, 14 Feb 2017 06:45:49 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 58a2a79b.7fd7d8145fc0-smtp-out-n03; Tue, 14 Feb 2017 06:45:47 -0000 (UTC) Date: Tue, 14 Feb 2017 06:46:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58a2a79abcd40_11093fa2d6241c3443134@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 35f89c: Detect both wget/curl and allow user to select the... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58a2a79abc98b_11093fa2d6241c34430d3"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00025.txt.bz2 ----==_mimepart_58a2a79abc98b_11093fa2d6241c34430d3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2228 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 35f89c406423344b19dcf3e3f95ff6296f329e42 https://github.com/crosstool-ng/crosstool-ng/commit/35f89c406423344b19dcf3e3f95ff6296f329e42 Author: Alexey Neyman Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: M Makefile.in M config/global/download.in M configure.ac M ct-ng.in M scripts/functions R scripts/scripts.mk A scripts/scripts.mk.in Log Message: ----------- Detect both wget/curl and allow user to select the agent Signed-off-by: Alexey Neyman Commit: 41ba1d99c8801cf27bf59daf3663eee89156afa0 https://github.com/crosstool-ng/crosstool-ng/commit/41ba1d99c8801cf27bf59daf3663eee89156afa0 Author: Alexey Neyman Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: M scripts/config.guess M scripts/config.sub Log Message: ----------- Update config.{guess,sub} while testing curl Signed-off-by: Alexey Neyman Commit: f9bec4ed7c4540de73c82c94053f975c5c7c29e4 https://github.com/crosstool-ng/crosstool-ng/commit/f9bec4ed7c4540de73c82c94053f975c5c7c29e4 Author: Alexey Neyman Date: 2017-02-12 (Sun, 12 Feb 2017) Changed paths: M configure.ac M scripts/functions A scripts/scripts.mk Log Message: ----------- stat: determine whether it is BSD or GNU flavor Seems like MacOS may have either in the path. Signed-off-by: Alexey Neyman Commit: fbc69323085e2370faeb8b46291cd66cbf9ef649 https://github.com/crosstool-ng/crosstool-ng/commit/fbc69323085e2370faeb8b46291cd66cbf9ef649 Author: Alexey Neyman Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M Makefile.in M config/global/download.in M configure.ac M ct-ng.in M scripts/config.guess M scripts/config.sub M scripts/functions M scripts/scripts.mk A scripts/scripts.mk.in Log Message: ----------- Merge pull request #594 from stilor/wget-vs-curl Select wget vs curl, BSD stat vs GNU stat Compare: https://github.com/crosstool-ng/crosstool-ng/compare/c440a13a8231...fbc69323085e ----==_mimepart_58a2a79abc98b_11093fa2d6241c34430d3--