From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21685 invoked by alias); 18 Mar 2005 21:12:41 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 21619 invoked from network); 18 Mar 2005 21:12:38 -0000 Received: from unknown (205.217.158.180) by sourceware.org with QMTP; 18 Mar 2005 21:12:38 -0000 Received: (qmail 27145 invoked by uid 10); 18 Mar 2005 21:12:37 -0000 Received: (qmail 14064 invoked by uid 500); 18 Mar 2005 21:12:28 -0000 Mail-Followup-To: amodra@bigpond.net.au, nickc@redhat.com, bje@au1.ibm.com, binutils@sources.redhat.com, wilson@specifixinc.com To: James E Wilson Cc: Alan Modra , Nick Clifton , Ben Elliston , binutils@sources.redhat.com Subject: Re: build failure for ia64 (due to -Werror) References: <423A2ADB.6090807@au.ibm.com> <423ABA6A.4030409@redhat.com> <20050318122113.GY21148@bubble.modra.org> <1111177693.9897.18.camel@aretha.corp.specifixinc.com> From: Ian Lance Taylor Date: Fri, 18 Mar 2005 23:31:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-03/txt/msg00550.txt.bz2 Ian Lance Taylor writes: > If you don't have a 64-bit host, nor a 64-bit target, nor do you > configure with --enable-64-bit-bfd, then --enable-targets=all should > only permit the use of 32-bit targets. This is implemented through > the rather odd mechanism of using #ifdef BFD64 in bfd/config.bfd, from > which targmatch.h is constructed. > > Perhaps this has broken somehow. Or perhaps we just need to move elf32-ia64.c from BFD32_BACKENDS to BFD64_BACKENDS in bfd/Makefile.am. Ian