* doc/install.texi (--enable-threads): Document "gnat" option.

From-SVN: r66291
This commit is contained in:
Richard Kenner 2003-04-30 14:08:14 +00:00 committed by Richard Kenner
parent 152c16a9ac
commit 4c80872c48
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* doc/install.texi (--enable-threads): Document "gnat" option.
2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
* diagnostic.h (output_formatted_scalar): Tweak.

View File

@ -690,6 +690,12 @@ like C++ and Java. The possibilities for @var{lib} are:
AIX thread support.
@item dce
DCE thread support.
@item gnat
Ada tasking support. For non-Ada programs, this setting is equivalent
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