From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24486 invoked by alias); 24 Apr 2006 19:55:22 -0000 Received: (qmail 24468 invoked by uid 22791); 24 Apr 2006 19:55:22 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Apr 2006 19:55:19 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id BD9A4EE9B; Mon, 24 Apr 2006 21:55:15 +0200 (CEST) From: Andreas Schwab To: "Andrija Radicevic" Cc: "Dave Korn" , Subject: Re: ld fails to build for target References: <040901c6679a$8da56890$a501a8c0@CAM.ARTIMI.COM> <001601c667d6$8ed6ec70$0a01a8c0@harlequin> X-Yow: YOU!! Give me the CUTEST, PINKEST, most charming little VICTORIAN DOLLHOUSE you can find!! An make it SNAPPY!! Date: Tue, 25 Apr 2006 03:22:00 -0000 In-Reply-To: <001601c667d6$8ed6ec70$0a01a8c0@harlequin> (Andrija Radicevic's message of "Mon, 24 Apr 2006 21:37:34 +0200") Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/msg00329.txt.bz2 "Andrija Radicevic" writes: > this is the message from ld/configure.tgt which is at the end of the block > > case "${target}" in > > ... > esac > > the thing is that I have the line > > e1-*-coff) targ_emul=coff_e1 ;; > > in this block, but the case somehow doesn't evaluate the alias e1-coff to > e1-*-coff 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. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."