* doc/install.texi (--enable-threads): Document "gnat" option.
From-SVN: r66291
This commit is contained in:
parent
152c16a9ac
commit
4c80872c48
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user