RTEMS STL support

Joel Sherrill joel.sherrill@OARcorp.com
Fri Dec 1 10:08:00 GMT 2000


<relief> I think this is the last one.  I hope they were
broken into manageable pieces. :)

2000-12-01      Joel Sherrill <joel@OARcorp.com>

        * libstdc++/stl/stl_config.h: Add RTEMS support.

Index: libstdc++/stl/stl_config.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++/stl/stl_config.h,v
retrieving revision 1.16
diff -u -r1.16 stl_config.h
--- stl_config.h        1999/12/14 07:02:23     1.16
+++ stl_config.h        2000/12/01 17:33:54
@@ -130,6 +130,9 @@
 #   if !defined(_EXPLICIT_IS_KEYWORD)
 #     define __STL_NEED_EXPLICIT
 #   endif
+#   if defined(__rtems__)
+#      define __STL_PTHREADS
+#   endif
 #   ifdef __EXCEPTIONS
 #     define __STL_USE_EXCEPTIONS
 #   endif

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


More information about the Gcc mailing list