From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16129 invoked by alias); 2 Nov 2010 13:22:43 -0000 Received: (qmail 16117 invoked by uid 22791); 2 Nov 2010 13:22:42 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Nov 2010 13:22:36 +0000 Received: from hpaq1.eem.corp.google.com (hpaq1.eem.corp.google.com [172.25.149.1]) by smtp-out.google.com with ESMTP id oA2DMXQU018375 for ; Tue, 2 Nov 2010 06:22:33 -0700 Received: from yxk8 (yxk8.prod.google.com [10.190.3.136]) by hpaq1.eem.corp.google.com with ESMTP id oA2DLZkC012433 for ; Tue, 2 Nov 2010 06:22:32 -0700 Received: by yxk8 with SMTP id 8so4213230yxk.5 for ; Tue, 02 Nov 2010 06:22:32 -0700 (PDT) Received: by 10.42.179.130 with SMTP id bq2mr323745icb.427.1288704152054; Tue, 02 Nov 2010 06:22:32 -0700 (PDT) Received: from coign.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id 34sm9892003ibi.14.2010.11.02.06.22.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Nov 2010 06:22:31 -0700 (PDT) From: Ian Lance Taylor To: Nick Clifton Cc: "H.J. Lu" , GCC Development , Binutils , GDB Subject: Re: RFC: Add zlib source to src CVS resposity References: <4CCEF548.4000502@redhat.com> <20101101235550.GF26513@bubble.grove.modra.org> <20101102010249.GB19682@ednor.casa.cgf.cx> <4CCFC979.1060605@redhat.com> Date: Tue, 02 Nov 2010 13:22:00 -0000 In-Reply-To: <4CCFC979.1060605@redhat.com> (Nick Clifton's message of "Tue, 02 Nov 2010 08:19:05 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00037.txt.bz2 Nick Clifton writes: > Right - this decision has been made. We are not going to include > zlib the in the binutils sources. > > Thanks for suggesting the idea and working on the patch, but in the > end it was just not a path we wanted to go down. I think the next decision is whether to require the host system to have zlib, much as gcc requires the host system to have gmp, mpfr, and mpc. Ian