From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1303 invoked by alias); 20 Dec 2001 22:05:49 -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 509 invoked from network); 20 Dec 2001 22:04:30 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 22:04:30 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id OAA27040; Thu, 20 Dec 2001 14:04:27 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id PAA29471; Thu, 20 Dec 2001 15:04:08 -0700 Date: Thu, 20 Dec 2001 14:05:00 -0000 From: Kevin Buettner Message-Id: <1011220220408.ZM29470@ocotillo.lan> In-Reply-To: Tom Rix "Re: PATCH : AIX build failure" (Dec 20, 4:53pm) References: <3C226039.A69E3D3F@redhat.com> <1011220212915.ZM29329@ocotillo.lan> <3C226BEE.B85420BD@redhat.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Tom Rix Subject: Re: PATCH : AIX build failure Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00539.txt.bz2 On Dec 20, 4:53pm, Tom Rix wrote: > Kevin Buettner wrote: > > > On Dec 20, 4:03pm, Tom Rix wrote: > > > > > This patch fixes a powerpc-ibm-aix4.3.3.0 build failure. > > > config/powerpc/aix.mt now includes the same files as > > > config/rs6000/aix4.mt > > > > > > 2001-12-20 Tom Rix > > > > > > * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build > > > failure. > > > > I think this is the right place for it. But, I see that xcoffread.o > > is also in NATDEPFILES in config/powerpc/aix.mh. Did you somehow try > > an AIX build which used config/powerpc/aix.mt, but not > > config/powerpc/aix.mh? > > Yes > I am doing a cross build with i686-pc-linux-gnu. Okay. I think your patch should also remove xcoffread.o from aix.mh then. Thanks, Kevin