Commit 4c80872c by Richard Kenner Committed by Richard Kenner

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

From-SVN: r66291
parent 152c16a9
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment