From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25649 invoked by alias); 6 Apr 2004 21:52:03 -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 25595 invoked from network); 6 Apr 2004 21:51:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Apr 2004 21:51:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i36Lpvcu029701 for ; Tue, 6 Apr 2004 17:51:58 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i36Lpvj04861; Tue, 6 Apr 2004 17:51:57 -0400 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i36LpvnM003523; Tue, 6 Apr 2004 17:51:57 -0400 Received: from saguaro (saguaro.lan [192.168.64.2]) by localhost.localdomain (8.12.10/8.12.10) with SMTP id i36LppOR016960; Tue, 6 Apr 2004 14:51:51 -0700 Date: Tue, 06 Apr 2004 21:52:00 -0000 From: Kevin Buettner To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: Drop building of ia64-elf / ia64-linux-gnu and m32r-elf Message-Id: <20040406145151.5d650a73@saguaro> In-Reply-To: <4072D0F6.8090409@gnu.org> References: <4072D0F6.8090409@gnu.org> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00044.txt.bz2 On Tue, 06 Apr 2004 11:47:02 -0400 Andrew Cagney wrote: > I'm not able to build cross GDB's for either of: > ia64-linux-gnu or ia64-elf Can you post the relevant portion of your build failure for ia64-linux-gnu? This target builds successfully for me using "--enable-build-warnings=,-Werror". (I'm using a i686-pc-linux-gnu host.) There are indeed problems with ia64-elf. I'm looking at those now. Kevin