This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
how to select target thread model in libstdc++-v3
- To: gcc-bugs at gcc dot gnu dot org
- Subject: how to select target thread model in libstdc++-v3
- From: Joel Sherrill <joel dot sherrill at OARcorp dot com>
- Date: Fri, 15 Jun 2001 09:09:15 -0500
- Organization: OAR Corporation
- Reply-To: joel dot sherrill at OARcorp dot com
In the 0527 gcc 3.0 snapshot, we used this patch to give RTEMS posix
threads:
diff -uNr
/usr1/rtems/work-tools/original/gcc-3.0-20010527/libstdc++-v3/configure
gcc-3.0-20010527/libstdc++-v3/configure
---
/usr1/rtems/work-tools/original/gcc-3.0-20010527/libstdc++-v3/configure
Fri May 25 16:59:20 2001
+++ gcc-3.0-20010527/libstdc++-v3/configure Mon Jun 11 11:54:18 2001
@@ -3472,7 +3472,7 @@
no | none | single)
THREADH=threads-no.h
;;
- posix | pthreads)
+ posix | pthreads | rtems)
THREADH=threads-posix.h
;;
decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks)
What magic needs to happen now?
--
Joel Sherrill, Ph.D. Director of Research & Development
joel@OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985