From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4978 invoked by alias); 13 May 2005 11:42:00 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4550 invoked from network); 13 May 2005 11:41:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 13 May 2005 11:41:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4DBfrwv008156 for ; Fri, 13 May 2005 07:41:53 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4DBfqO31749 for ; Fri, 13 May 2005 07:41:52 -0400 Received: from calimero.vinschen.de (vpn50-35.rdu.redhat.com [172.16.50.35]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j4DBfoa8002082 for ; Fri, 13 May 2005 07:41:51 -0400 Received: by calimero.vinschen.de (Postfix, from userid 500) id 39C8A6D41F5; Fri, 13 May 2005 13:41:51 +0200 (CEST) Date: Fri, 13 May 2005 12:37:00 -0000 From: Corinna Vinschen To: gdb-patches@sources.redhat.com Subject: [RFA/sim] Resurrect v850 Message-ID: <20050513114151.GO2805@calimero.vinschen.de> Reply-To: gdb-patches@sources.redhat.com Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-SW-Source: 2005-05/txt/msg00322.txt.bz2 Hi, the below patch is necessary to be able to build v850. The igen part got lost when switching to a newer autoconf. Ok to apply? Thanks, Corinna * configure.ac: Add igen to v850 build. * configure: Regenerate. Index: configure.ac =================================================================== RCS file: /cvs/src/src/sim/configure.ac,v retrieving revision 1.6 diff -u -p -r1.6 configure.ac --- configure.ac 15 Apr 2005 08:15:48 -0000 1.6 +++ configure.ac 13 May 2005 11:36:33 -0000 @@ -116,6 +116,7 @@ if test "${enable_sim}" != no; then v850*-*-* ) AC_CONFIG_SUBDIRS(v850) common=yes + igen=yes ;; esac if test "$testsuite" = yes; then -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.