From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9530 invoked by alias); 26 Mar 2002 22:59:32 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9371 invoked from network); 26 Mar 2002 22:59:28 -0000 Received: from unknown (HELO rwcrmhc52.attbi.com) (216.148.227.88) by sources.redhat.com with SMTP; 26 Mar 2002 22:59:28 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020326225927.OOMZ1147.rwcrmhc52.attbi.com@ocean.lucon.org>; Tue, 26 Mar 2002 22:59:27 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 26172125C1; Tue, 26 Mar 2002 14:59:27 -0800 (PST) Date: Tue, 26 Mar 2002 14:59:00 -0000 From: "H . J . Lu" To: DJ Delorie Cc: gdb@sources.redhat.com, gcc@gcc.gnu.org Subject: Re: The canadian cross build is broken Message-ID: <20020326145927.A10186@lucon.org> References: <20020322225214.A23883@lucon.org> <3C9C9F3A.6030609@cygnus.com> <20020323101441.A799@lucon.org> <200203252214.g2PMEqj02765@greed.delorie.com> <20020326132429.A8347@lucon.org> <200203262149.g2QLnIK14130@greed.delorie.com> <20020326135334.A8928@lucon.org> <200203262200.g2QM0Rc14288@greed.delorie.com> <20020326143626.A9750@lucon.org> <200203262249.g2QMnEm14870@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203262249.g2QMnEm14870@greed.delorie.com>; from dj@redhat.com on Tue, Mar 26, 2002 at 05:49:14PM -0500 X-SW-Source: 2002-03/txt/msg00256.txt.bz2 On Tue, Mar 26, 2002 at 05:49:14PM -0500, DJ Delorie wrote: > > > A new patch. I put back > > > > +with_build_subdir=${with_build_subdir} > > > > into configure.in. Otherwise, ${libiberty_topdir}/config-ml.in won't > > be called. > > > > > > H.J. > > --- > > 2002-03-26 H.J. Lu (hjl@gnu.org) > > > > * config.table: Support --with-build-subdir. > > * configure.in: Likewise. > > * configure: Rebuild. > > This version is approved. Thanks! > (now let's all cross our fingers... ;) Done. When should I expect it to show up in src? Thanks. H.J.