From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20081 invoked by alias); 2 Nov 2010 10:46:05 -0000 Received: (qmail 20044 invoked by uid 22791); 2 Nov 2010 10:46:02 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Nov 2010 10:45:58 +0000 Received: by vws18 with SMTP id 18so5234537vws.0 for ; Tue, 02 Nov 2010 03:45:56 -0700 (PDT) Received: by 10.220.181.74 with SMTP id bx10mr199349vcb.126.1288694756248; Tue, 02 Nov 2010 03:45:56 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id v20sm3662009vbw.9.2010.11.02.03.45.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Nov 2010 03:45:55 -0700 (PDT) Message-ID: <4CCFEBE0.1010605@gnu.org> Date: Tue, 02 Nov 2010 10:46:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.4 MIME-Version: 1.0 To: Ian Lance Taylor CC: "H.J. Lu" , "Frank Ch. Eigler" , Binutils , GCC Development , GDB Subject: Re: RFC: Add zlib source to src CVS resposity References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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/msg00031.txt.bz2 On 10/31/2010 08:12 PM, Ian Lance Taylor wrote: > I assume that the reason we do that for intl is because it has complex > interactions with the rest of the C library, so using the wrong intl > library will cause confusing behaviour when the LC_ environment > variables are set. That case does not arise for zlib. I think that if > we do ship zlib with the binutils, we might as well always build it > rather than using complex configure tests. I think it's also for historical reasons. Nowadays most GNU utilities are not shipping with a copy intl anymore. Paolo