From patchwork Thu Oct 11 04:53:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Holsgrove X-Patchwork-Id: 190783 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 24F7E2C008C for ; Thu, 11 Oct 2012 15:53:38 +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=1350536019; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Content-Type:MIME-Version:Content-Transfer-Encoding: Subject:Message-Id:In-Reply-To:References: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=YsBiqyUH5NrNqasiIhIc6Ar0m68=; b=aIFK7a5G0NeOD4r PkDScOnJdhgtbetku8lP+LZ4BcdJScR9RtHf5WxGobm3rjoE4vvvlazWlVIYzT/t /EJ5Ow1FArezfuP4toQ77fS2DUV2zP27saMbsToARD7wwg477Wsi6qKb1dT+0oSu DaUrkMIjxlUlAST6HyjbLxoG6YG0= 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-Google-DKIM-Signature:Received:Received:Content-Type:MIME-Version:Content-Transfer-Encoding:Subject:X-Mercurial-Node:Message-Id:In-Reply-To:References:User-Agent:Date:From:To:Cc:X-Gm-Message-State:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Subscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=pp9S8UVOpji1dFEem+BXEKCm25JqhbDTtNMRuv+MSwtGCUg7pMJmIpzPjE7Jre Eq6aQ0x4wf6v/OyKMkrGRheKJtBf8bWMNFvKVxNOQMBYsdMm3iNU103qEyFjxZrU FRjoyTitJbW6kSAje/+ELGlBr8iF+GAh6pnx4wzjMzHBs=; Received: (qmail 32525 invoked by alias); 11 Oct 2012 04:53:28 -0000 Received: (qmail 32402 invoked by uid 22791); 11 Oct 2012 04:53:26 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, KHOP_THREADED, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Oct 2012 04:53:20 +0000 Received: by mail-pb0-f41.google.com with SMTP id rq2so1590042pbb.0 for ; Wed, 10 Oct 2012 21:53:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:content-type:mime-version:content-transfer-encoding:subject :x-mercurial-node:message-id:in-reply-to:references:user-agent:date :from:to:cc:x-gm-message-state; bh=Ayl55OGaf8D8+9p93BzNnIqh/vGhsxApoYUQGLT4keE=; b=gkoLzixREk4/HYi5edME0JOd/iGcivChpPzW6Gr8xiR+zEAyfUULslUFDwxNyR82hM tSD/iYhkK6EDZ7xK/fC8MDakgZ8RxYX2xsN2sNGF3OcaBtGmsA32Q5Af8qEkVD4IJboQ eJytc8YUWMBPAGf0juTSmvlo44Aqk5Gep3/eWZzRcMnsq7EJVkXjrOVR9G9wy1zZRPtg Iha55D/2NFwCLbu5ZqHVkEdf9r+1IVKkNCyD2D1iGnnaFodQTZAP/ImQMpwTofndy2sE GpIy2wje6n7WmJv+OnrhZBxRkzBKzyaC9cmTI/vP/elp7i5IUgfsvXmgEtnkykezVWQz cXRw== Received: by 10.66.77.74 with SMTP id q10mr52540918paw.81.1349931199669; Wed, 10 Oct 2012 21:53:19 -0700 (PDT) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id j10sm1976676pax.4.2012.10.10.21.53.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 21:53:19 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH 01 of 13] libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option X-Mercurial-Node: 7a666ba8c0ea5e8f4b18f3c34a8a5bbb170f0233 Message-Id: <7a666ba8c0ea5e8f4b18.1349931190@localhost.localdomain> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.3.1 Date: Thu, 11 Oct 2012 14:53:10 +1000 From: David Holsgrove To: yann.morin.1998@free.fr Cc: crossgcc@sourceware.org X-Gm-Message-State: ALoCoQkFbu4E+PbygFGu5DaLulJ07GmV/MuJLAVGI04IKP3km3ZkHL/NERoo7brv3baLjDtOtO+1 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 David Holsgrove # Date 1349930265 -36000 # Node ID 7a666ba8c0ea5e8f4b18f3c34a8a5bbb170f0233 # Parent 3bc371c2881fe2179808a0ebaceb1cbe4d8215bd libc/glibc: Remove redundant LIBC_GLIBC_TARBALL config option Unused since January 2010. Signed-off-by: "David Holsgrove" --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 3bc371c2881f -r 7a666ba8c0ea config/libc/glibc.in --- a/config/libc/glibc.in Sun Oct 07 23:15:57 2012 +0200 +++ b/config/libc/glibc.in Thu Oct 11 14:37:45 2012 +1000 @@ -9,34 +9,6 @@ choice bool - prompt "Retrieval method" - default LIBC_GLIBC_TARBALL - -config LIBC_GLIBC_TARBALL - bool - prompt "Released tarball" - help - Until end of Februrary 2009, there was no tarball for glibc releases - 2.8 and later. This was intentional. - - Then, all of a sudden, tarballs for those releases have appeared at the - traditional download place (ftp.gnu.org). - - Some of the glibc people argue that fixes are committed to the maintenance - branch, and thus it is the best plac e to retrieve the glibc from. - On the other hand, it might be preferable to always generate a toolchain - using a known code-base, so the toolchain can be reproducible. - - For version prior to 2.8, tarballs were readily available. - - If you want your toolchain to really be reproducible, say 'Y' here. - If you can live with a moving code-base, look at the other choice - entries, below. - -endchoice - -choice - bool prompt "glibc version" # Don't remove next line # CT_INSERT_VERSION_BELOW