From patchwork Sun Mar 3 18:11:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Trevor Woerner X-Patchwork-Id: 224561 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id B7F142C030B for ; Mon, 4 Mar 2013 05:12:09 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sourceware.org; s=default; x=1362939130; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Content-Type:MIME-Version:Content-Transfer-Encoding:Subject: Message-Id:User-Agent:Date:From:To:Cc:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=VU7PDaGBVbbqRpd+0adxtxbzB9c=; b=plEX0uXDJfHMUpzvClNRsW4bOkxamT+WPIi7St6FLjNdDWFGTSezmDb4oa84op R+Gfn0XVF9/vhteMOr5blhapOcx3JviRrdX9xAwSBtMMxjKZ47cKsjspBc0ynRRn gmp6KKdIIlN9kgpqt+GwRIqHuctR9mEqN3EjXWiD6VLHk= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=sourceware.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:X-Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:User-Agent:Date:From:To:Cc:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=KbevVGwU7jDmTaM08DDjCU8VPT490k+lerjVvu75CwHkomVCpokLbxYLV3cgkb ioD3DP6zJTJQmp9TTxerPhSkdQhEswKNKfjMtV1WICnkE0dfIZ6k2mc0eDpLY5q6 RHpqojVsFjDit0w03EmBddGldg6UhS0yj0f7Tl+a9GKho=; Received: (qmail 6328 invoked by alias); 3 Mar 2013 18:12:04 -0000 Received: (qmail 6314 invoked by uid 22791); 3 Mar 2013 18:12:03 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f171.google.com (HELO mail-ie0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Mar 2013 18:11:58 +0000 Received: by mail-ie0-f171.google.com with SMTP id 10so5361681ied.16 for ; Sun, 03 Mar 2013 10:11:58 -0800 (PST) X-Received: by 10.42.204.79 with SMTP id fl15mr21939974icb.57.1362334318122; Sun, 03 Mar 2013 10:11:58 -0800 (PST) Received: from [127.0.0.1] (dsl-67-55-9-50.acanac.net. [67.55.9.50]) by mx.google.com with ESMTPS id xf4sm6503046igb.8.2013.03.03.10.11.56 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 03 Mar 2013 10:11:57 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH] libc/newlib: update fetch location X-Mercurial-Node: 75ab5151c7f5dc9086e3ebaf9c2eedec36cdce2f Message-Id: <75ab5151c7f5dc9086e3.1362334313@suse64> User-Agent: Mercurial-patchbomb/1.9.3 Date: Sun, 03 Mar 2013 13:11:53 -0500 From: Trevor Woerner To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org # HG changeset patch # User Trevor Woerner # Date 1362334251 18000 # Node ID 75ab5151c7f5dc9086e3ebaf9c2eedec36cdce2f # Parent f89f8e6f876679184acb66ea642e42c9e7cf2f44 libc/newlib: update fetch location The menu system provides an option to allow a user to request newlib version 2.0.0. newlib-2.0.0, however, is not available at the download location currently being used. It is, however, available (as are other supported versions of newlib) at an alternate location. Signed-off-by: Trevor Woerner --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r f89f8e6f8766 -r 75ab5151c7f5 scripts/build/libc/newlib.sh --- a/scripts/build/libc/newlib.sh Mon Feb 25 21:19:31 2013 +0100 +++ b/scripts/build/libc/newlib.sh Sun Mar 03 13:10:51 2013 -0500 @@ -9,7 +9,7 @@ local libc_src local avr32headers_src - libc_src="ftp://sources.redhat.com/pub/newlib" + libc_src="ftp://sourceware.org/pub/newlib" avr32headers_src="http://dev.doredevelopment.dk/avr32-toolchain/sources" if [ "${CT_LIBC_NEWLIB_CUSTOM}" = "y" ]; then