This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

how to select target thread model in libstdc++-v3



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


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