From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26457 invoked by alias); 24 Apr 2006 20:49:47 -0000 Received: (qmail 26449 invoked by uid 22791); 24 Apr 2006 20:49:47 -0000 X-Spam-Check-By: sourceware.org Received: from ls405.t-com.hr (HELO ls405.htnet.hr) (195.29.150.135) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Apr 2006 20:49:45 +0000 Received: from ls422.t-com.hr (ls422.t-com.hr [195.29.150.237]) by ls405.htnet.hr (0.0.0/8.12.10) with ESMTP id k3OKnfbJ023339; Mon, 24 Apr 2006 22:49:42 +0200 Received: from ls422.t-com.hr (localhost.localdomain [127.0.0.1]) by ls422.t-com.hr (Qmlai) with ESMTP id 65A7E988042; Mon, 24 Apr 2006 22:49:42 +0200 (CEST) X-Envelope-Sender: andrija.radicevic@zg.t-com.hr X-Envelope-Sender: andrija.radicevic@zg.t-com.hr X-Envelope-Sender: andrija.radicevic@zg.t-com.hr Received: from harlequin (83-131-108-55.adsl.net.t-com.hr [83.131.108.55]) by ls422.t-com.hr (Qmlai) with SMTP id 9D6E68B8050; Mon, 24 Apr 2006 22:49:33 +0200 (CEST) Message-ID: <003101c667e0$a7adac70$0a01a8c0@harlequin> From: "Andrija Radicevic" To: "Andreas Schwab" Cc: "Dave Korn" , References: <040901c6679a$8da56890$a501a8c0@CAM.ARTIMI.COM><001601c667d6$8ed6ec70$0a01a8c0@harlequin> Subject: Re: ld fails to build for target Date: Tue, 25 Apr 2006 15:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 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-04/txt/msg00331.txt.bz2 You need to make sure that config.sub translate e1-coff into, say, e1-unknown-coff, ie. the command "./config.sub e1-coff" should print "e1-unknown-coff". All target matches in the configure scripts assume that config.sub has canonicalized the target name into the CPU-VENDOR-OS form. and this is exactly what it does, prints e1-unknown-coff shouldn't this match e1-*-coff? Andrija