From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21387 invoked by alias); 5 Dec 2002 17:31:01 -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 21366 invoked from network); 5 Dec 2002 17:30:59 -0000 Received: from unknown (HELO sccrmhc02.attbi.com) (204.127.202.62) by sources.redhat.com with SMTP; 5 Dec 2002 17:30:59 -0000 Received: from lucon.org (12-234-88-146.client.attbi.com[12.234.88.146]) by sccrmhc02.attbi.com (sccrmhc02) with ESMTP id <2002120517305800200355i8e>; Thu, 5 Dec 2002 17:30:58 +0000 Received: by lucon.org (Postfix, from userid 1000) id 454802C6AC; Thu, 5 Dec 2002 09:30:58 -0800 (PST) Date: Thu, 05 Dec 2002 09:31:00 -0000 From: "H. J. Lu" To: Andrew Cagney Cc: Klee Dienes , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFC] Update to current automake/autoconf/libtool versions. Message-ID: <20021205093058.A3735@lucon.org> References: <6D1408F4-0817-11D7-A7CE-00039396EEB8@apple.com> <3DEF7411.4050805@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DEF7411.4050805@redhat.com>; from ac131313@redhat.com on Thu, Dec 05, 2002 at 10:43:13AM -0500 X-SW-Source: 2002-12/txt/msg00154.txt.bz2 On Thu, Dec 05, 2002 at 10:43:13AM -0500, Andrew Cagney wrote: > Er, wow! Few technical hurdles to overcome first. > > Anyone know what happens if only half the directories get converted? > > There is a problem with libiberty and utils because GCC have their feet > stuck in the ice (unless src, again splits off from GCC, but I suspect > here we don't want to). > That is my major concern. I have toolchain setups of gcc 2.96 + the current binutils, gcc 3.2 + the current binutils, gcc 3.2-redhat-8 + the current binutils and gcc 3.3 + the current binutils. Will they ever work together? H.J.