public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Enable thread support for FR-V Linux
@ 2004-03-10 18:39 Kevin Buettner
  0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2004-03-10 18:39 UTC (permalink / raw)
  To: rda

	* configure.in: Add "frv*linux*" to list of targets with thread
	support.
	* configure: Regenerate.
	* Makefile.in: Regenerate using "automake --cygnus --ignore-deps".
	
Index: configure.in
===================================================================
RCS file: /cvs/src/src/rda/unix/configure.in,v
retrieving revision 1.5
diff -u -p -r1.5 configure.in
--- configure.in	14 Nov 2003 21:17:17 -0000	1.5
+++ configure.in	10 Mar 2004 18:34:52 -0000
@@ -40,7 +40,8 @@ case "$target" in
   i?86*linux* | \
   powerpc*linux* | \
   arm*linux* | \
-  mips*linux*)
+  mips*linux* | \
+  frv*linux*)
     TARGET_MODULES="linux-target.o thread-db.o ptrace-target.o" 
     AC_DEFINE(LINUX_TARGET)
     AC_DEFINE(GREGSET_T,  prgregset_t)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-10 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-10 18:39 [PATCH] Enable thread support for FR-V Linux Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).