From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86044 invoked by alias); 13 Jan 2017 17:53:41 -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 85948 invoked by uid 89); 13 Jan 2017 17:53:40 -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=H*r:Unknown, Home, website, H*R:D*net 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; Fri, 13 Jan 2017 17:53:30 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 58791419.7f9b55ad38d0-in07; Fri, 13 Jan 2017 17:53:29 -0000 (UTC) Date: Fri, 13 Jan 2017 17:53:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58791419a2cb_58683fba8cad9130232e1@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 5e0f71: Add/update/remove Linaro versions. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_587914199e9c_58683fba8cad913023170"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00015.txt.bz2 ----==_mimepart_587914199e9c_58683fba8cad913023170 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2175 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 5e0f715ea7d032207d20593e43b02c1a1d7cd759 https://github.com/crosstool-ng/crosstool-ng/commit/5e0f715ea7d032207d20593e43b02c1a1d7cd759 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M config/binutils/binutils.in M config/cc/gcc.in M config/debug/gdb.in Log Message: ----------- Add/update/remove Linaro versions. Linaro GDB 7.2 no longer available from Linaro's website; removed. Linaro GDB 7.5 had incorrect version (the tarball on linaro.org does not have a -1 patch level). Add/update latest versions on each (otherwise supported) branches of GCC, GDB, binutils, glibc. Signed-off-by: Alexey Neyman Commit: 9f5a92a783eb33430a3c8e5518e7e1c723fe3a15 https://github.com/crosstool-ng/crosstool-ng/commit/9f5a92a783eb33430a3c8e5518e7e1c723fe3a15 Author: Alexey Neyman Date: 2017-01-12 (Thu, 12 Jan 2017) Changed paths: M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/build/libc/newlib.sh M scripts/functions Log Message: ----------- Unify fetching Linaro components. Add CT_GetLinaro, use it from gcc/binutils/gdb/glibc/newlib. Signed-off-by: Alexey Neyman Commit: cbb045ab333df1047a6a9851c19c4b0b61442011 https://github.com/crosstool-ng/crosstool-ng/commit/cbb045ab333df1047a6a9851c19c4b0b61442011 Author: Alexey Neyman Date: 2017-01-13 (Fri, 13 Jan 2017) Changed paths: M config/binutils/binutils.in M config/cc/gcc.in M config/debug/gdb.in M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/debug/300-gdb.sh M scripts/build/libc/glibc.sh M scripts/build/libc/newlib.sh M scripts/functions Log Message: ----------- Merge pull request #525 from stilor/linaro-download-location Fix Linaro download locations Compare: https://github.com/crosstool-ng/crosstool-ng/compare/e282fd5551b3...cbb045ab333d ----==_mimepart_587914199e9c_58683fba8cad913023170--