From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14196 invoked by alias); 3 Jul 2003 03:48:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14177 invoked from network); 3 Jul 2003 03:48:58 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 3 Jul 2003 03:48:58 -0000 Received: (qmail 424 invoked from network); 3 Jul 2003 03:47:54 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 3 Jul 2003 03:47:54 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Wed, 2 Jul 2003 20:47:38 -0700 From: "Zack Weinberg" To: Andrew Pinski Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: PATCH: replace obsolete GCC libintl with top-level libintl from newest gettext distribution References: Date: Thu, 03 Jul 2003 03:48:00 -0000 In-Reply-To: (Andrew Pinski's message of "Wed, 2 Jul 2003 23:46:31 -0400") Message-ID: <87d6gsw9t1.fsf@codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00066.txt.bz2 Andrew Pinski writes: > On Wednesday, Jul 2, 2003, at 23:38 US/Eastern, Zack Weinberg wrote: >> OK to apply? > > One question, right now libintl is compiled three times while > bootstrapping, one for each stage, does this still hold with your patch? No. It is now built just once, like libiberty. I don't think this should be a problem. zw