This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/sim] Resurrect v850


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]