* [RFA/sim] Resurrect v850
@ 2005-05-13 12:37 Corinna Vinschen
2005-05-15 17:31 ` Daniel Jacobowitz
0 siblings, 1 reply; 3+ messages in thread
From: Corinna Vinschen @ 2005-05-13 12:37 UTC (permalink / raw)
To: gdb-patches
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-17 14:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-13 12:37 [RFA/sim] Resurrect v850 Corinna Vinschen
2005-05-15 17:31 ` Daniel Jacobowitz
2005-05-17 14:59 ` Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox