diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 14 |
2 files changed, 14 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9956f1a..210d7b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-04-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * doc/install.texi (Configuration, --enable-threads): Remove mach. + Add lynx, mipssde. + Sort table. + 2011-04-19 Xinliang David Li <davidxl@google.com> * ipa-cp.c (ipcp_update_profiling): asserting diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dfadb9d..688628f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1112,10 +1112,12 @@ to @samp{single}. When used in conjunction with the Ada run time, it causes GCC to use the same thread primitives as Ada uses. This option is necessary when using both Ada and the back end exception handling, which is the default for most Ada targets. -@item mach -Generic MACH thread support, known to work on NeXTSTEP@. (Please note -that the file needed to support this configuration, @file{gthr-mach.h}, is -missing and thus this setting will cause a known bootstrap failure.) +@item lynx +LynxOS thread support. +@item mipssde +MIPS SDE thread support. +@item nks +Novell Kernel Services thread support. @item no This is an alias for @samp{single}. @item posix @@ -1126,12 +1128,12 @@ Generic POSIX/Unix95 thread support. RTEMS thread support. @item single Disable thread support, should work for all platforms. +@item tpf +TPF thread support. @item vxworks VxWorks thread support. @item win32 Microsoft Win32 API thread support. -@item nks -Novell Kernel Services thread support. @end table @item --enable-tls |