From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12147 invoked by alias); 1 Jun 2011 18:57:05 -0000 Received: (qmail 12138 invoked by uid 22791); 1 Jun 2011 18:57:05 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Jun 2011 18:56:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 35C822BB450; Wed, 1 Jun 2011 14:56:51 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mTuW48b5F5y5; Wed, 1 Jun 2011 14:56:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0A6132BB445; Wed, 1 Jun 2011 14:56:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 68D3A145615; Wed, 1 Jun 2011 11:56:48 -0700 (PDT) Date: Wed, 01 Jun 2011 18:57:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org Subject: Re: [commit/sim] Add `sim_complete_command' definition to erc32 sim Message-ID: <20110601185648.GA2661@adacore.com> References: <1306949738-1783-1-git-send-email-brobecker@adacore.com> <201106011412.02488.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201106011412.02488.vapier@gentoo.org> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00013.txt.bz2 > i didnt build test it because i couldnt figure out how to even configure for > the target. i still dont ;). > > $ ./configure --target=erc32-elf > checking target system type... Invalid configuration `erc32-elf': machine > `erc32' not recognized > configure: error: /bin/sh ../../config.sub erc32-elf failed I wish we could add erc32-elf. Right now, the target is sparc-elf. I haven't done it because tools like config.sub don't support it yet. We could work on that, if it made sense. -- Joel