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
3c6bb1db
Commit
3c6bb1db
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: Use correct markup hints.
From-SVN: r43411
parent
c764671c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+5
-5
No files found.
gcc/ChangeLog
View file @
3c6bb1db
2001
-
06
-
15
Loren
J
.
Rittle
<
ljrittle
@acm
.
org
>
*
doc
/
install
.
texi
:
Use
correct
markup
hints
.
Fri
Jun
15
18
:
05
:
22
2001
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
function
.
c
(
gen_mem_addressof
)
:
Handle
case
where
DECL
is
SAVE_EXPR
.
...
...
gcc/doc/install.texi
View file @
3c6bb1db
...
...
@@ -33,7 +33,7 @@
@
settitle
Installing
GCC
:
Binaries
@
end
ifset
@
comment
$
Id
:
install
.
texi
,
v
1.2
7
2001
/
06
/
15
16
:
41
:
04
aj
Exp
$
@
comment
$
Id
:
install
.
texi
,
v
1.2
8
2001
/
06
/
15
17
:
35
:
48
ro
Exp
$
@
c
Copyright
(
C
)
2001
Free
Software
Foundation
,
Inc
.
@
c
***
Converted
to
texinfo
by
Dean
Wakerley
,
dean
@
wakerley
.
com
...
...
@@ -458,12 +458,12 @@ 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}.
available for the system. In this case, @
option
{--enable-threads} is an
alias for @
option
{--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}.
This is an alias for @
option
{--enable-threads=single}.
@item --enable-threads=@var{lib}
Specify that
...
...
@@ -478,7 +478,7 @@ AIX thread support.
DCE thread support.
@item mach
Generic MACH thread support, known to work on NEXTSTEP. (Please note
that the file needed to support this configuration,
gthr-mach.h
, is
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 no
This is an alias for @samp{single}.
...
...
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