Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f6160ed5
Commit
f6160ed5
authored
Jun 15, 2001
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jun 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi: Update --enable-threads to match reality.
From-SVN: r43393
parent
7972214e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
9 deletions
+25
-9
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+21
-9
No files found.
gcc/ChangeLog
View file @
f6160ed5
2001
-
06
-
15
Loren
J
.
Rittle
<
ljrittle
@acm
.
org
>
*
doc
/
install
.
texi
:
Update
--
enable
-
threads
to
match
reality
.
2001
-
06
-
15
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
doc
/
install
.
texi
:
Update
for
C4x
.
...
...
gcc/doc/install.texi
View file @
f6160ed5
...
...
@@ -33,7 +33,7 @@
@
settitle
Installing
GCC
:
Binaries
@
end
ifset
@
comment
$
Id
:
install
.
texi
,
v
1.2
4
2001
/
06
/
14
22
:
51
:
17
jsm28
Exp
$
@
comment
$
Id
:
install
.
texi
,
v
1.2
5
2001
/
06
/
15
01
:
07
:
46
m
.
hayes
Exp
$
@
c
Copyright
(
C
)
2001
Free
Software
Foundation
,
Inc
.
@
c
***
Converted
to
texinfo
by
Dean
Wakerley
,
dean
@
wakerley
.
com
...
...
@@ -455,6 +455,16 @@ supports threads. This affects the Objective-C compiler and runtime
library, and exception handling for other languages like C++ and Java.
On some systems, this is the default.
In general, the best (and, in many cases, the only known) threading
model available will be configured for use. Beware that on some
systems, gcc has not been taught what threading models are generally
available for the system. In this case, @samp{--enable-threads} is an
alias for @samp{--enable-threads=single}.
@item --disable-threads
Specify that threading support should be disabled for the system.
This is an alias for @samp{--enable-threads=single}.
@item --enable-threads=@var{lib}
Specify that
@var{lib} is the thread support library. This affects the Objective-C
...
...
@@ -466,18 +476,20 @@ like C++ and Java. The possibilities for @var{lib} are:
AIX thread support.
@item dce
DCE thread support.
@item decosf1
DEC OSF/1 thread support.
@item irix
SGI IRIX thread support.
@item mach
Generic MACH thread support, known to work on NEXTSTEP.
@item os2
IBM OS/2 thread support.
Generic MACH thread support, known to work on NEXTSTEP. (Please note
that the file needed to support this configuration, gthr-mach.h, is
missing and thus this setting will cause a known bootstrap failure.)
@item no
This is an alias for @samp{single}.
@item posix
Generic POSIX thread support.
@item pthreads
Same as @samp{posix}.
Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd*
only. A future release of gcc might remove this alias or extend it
to all platforms.
@item rtems
RTEMS thread support.
@item single
Disable thread support, should work for all platforms.
@item solaris
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment