This is the mail archive of the rda@sources.redhat.com mailing list for the rda 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]

[PATCH] Enable thread support for FR-V Linux


	* 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)


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