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
35082351
Commit
35082351
authored
Jan 10, 2003
by
Hartmut Penner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Change mcpu to mtune.
From-SVN: r61160
parent
be2c2a4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/doc/invoke.texi
+3
-3
No files found.
gcc/doc/invoke.texi
View file @
35082351
...
...
@@ -637,7 +637,7 @@ in the following sections.
@
emph
{
S
/
390
and
zSeries
Options
}
@
gccoptlist
{
-
m
cpu
=@
var
{
cpu
-
type
}
-
march
=@
var
{
cpu
-
type
}
@
gol
-
m
tune
=@
var
{
cpu
-
type
}
-
march
=@
var
{
cpu
-
type
}
@
gol
-
mhard
-
float
-
msoft
-
float
-
mbackchain
-
mno
-
backchain
@
gol
-
msmall
-
exec
-
mno
-
small
-
exec
-
mmvcle
-
mno
-
mvcle
@
gol
-
m64
-
m31
-
mdebug
-
mno
-
debug
-
mesa
-
mzarch
}
...
...
@@ -9665,8 +9665,8 @@ Generate code that will run on @var{arch}, which is the name of system
representing
a
certain
processor
type
.
Possible
values
for
@
var
{
cpu
-
type
}
are
@
samp
{
g5
},
@
samp
{
g6
}
and
@
samp
{
z900
}.
@
item
-
m
cpu
=@
var
{
arch
}
@
opindex
m
cpu
@
item
-
m
tune
=@
var
{
arch
}
@
opindex
m
tune
Tune
to
@
var
{
cpu
-
type
}
everything
applicable
about
the
generated
code
,
except
for
the
ABI
and
the
set
of
available
instructions
.
The
list
of
@
var
{
arch
}
values
is
the
same
as
for
@
option
{-
march
}.
...
...
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