From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17754 invoked by alias); 25 May 2006 01:18:31 -0000 Received: (qmail 17737 invoked by uid 22791); 25 May 2006 01:18:31 -0000 X-Spam-Check-By: sourceware.org Received: from omta01sl.mx.bigpond.com (HELO omta01sl.mx.bigpond.com) (144.140.92.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 May 2006 01:18:28 +0000 Received: from grove.modra.org ([144.136.172.108]) by omta01sl.mx.bigpond.com with ESMTP id <20060525011825.IYRC19512.omta01sl.mx.bigpond.com@grove.modra.org>; Thu, 25 May 2006 01:18:25 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 500) id 808961E4D93; Thu, 25 May 2006 10:48:25 +0930 (CST) Date: Thu, 25 May 2006 05:01:00 -0000 From: Alan Modra To: "H. J. Lu" Cc: binutils@sources.redhat.com Subject: Re: PATCH: ld/1485: --enable-targets=all doesn't work for 64bit target Message-ID: <20060525011825.GD25824@bubble.grove.modra.org> Mail-Followup-To: "H. J. Lu" , binutils@sources.redhat.com References: <20060524172325.GA4375@lucon.org> <20060524235309.GB25824@bubble.grove.modra.org> <20060525005822.GA7197@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060525005822.GA7197@lucon.org> User-Agent: Mutt/1.4i X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00448.txt.bz2 On Wed, May 24, 2006 at 05:58:22PM -0700, H. J. Lu wrote: > sh-*-linux*) > targ_defvec=bfd_elf32_shblin_vec > targ_selvecs=bfd_elf32_shlin_vec > -#ifdef BFD64 > - targ_selvecs="${targ_selvecs} bfd_elf32_sh64lin_vec bfd_elf32_sh64blin_vec bfd_elf64_sh64lin_vec bfd_elf64_sh64blin_vec" > -#endif > + targ64_selvecs="bfd_elf32_sh64lin_vec bfd_elf32_sh64blin_vec bfd_elf64_sh64lin_vec bfd_elf64_sh64blin_vec" > ;; You should have set want64=true here and in the other sh cases you changed to use targ64_selvecs. -- Alan Modra IBM OzLabs - Linux Technology Centre