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
b907149b
Commit
b907149b
authored
Nov 14, 2014
by
Jakub Jelinek
Committed by
Jakub Jelinek
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi (--with-diagnostics-color=): Document.
From-SVN: r217585
parent
a601baa0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+2
-0
gcc/doc/install.texi
+9
-0
No files found.
gcc/ChangeLog
View file @
b907149b
2014
-
11
-
14
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
*
doc
/
install
.
texi
(--
with
-
diagnostics
-
color
=):
Document
.
*
tree
-
ssa
.
dce
.
c
(
eliminate_unnecessary_stmts
):
Eliminate
IFN_GOMP_SIMD_LANE
without
lhs
as
useless
.
gcc/doc/install.texi
View file @
b907149b
...
...
@@ -1795,6 +1795,15 @@ static data members and inline function local statics. Enabled by
default
for
a
toolchain
with
an
assembler
that
accepts
it
and
GLIBC
2.11
or
above
,
otherwise
disabled
.
@
item
--
with
-
diagnostics
-
color
=@
var
{
choice
}
Tells
GCC
to
use
@
var
{
choice
}
as
the
default
for
@
option
{-
fdiagnostics
-
color
=}
option
(
if
not
used
explicitly
on
the
command
line
).
@
var
{
choice
}
can
be
one
of
@
samp
{
never
},
@
samp
{
auto
},
@
samp
{
always
},
and
@
samp
{
auto
-
if
-
env
}
where
@
samp
{
auto
}
is
the
default
.
@
samp
{
auto
-
if
-
env
}
means
that
@
option
{-
fdiagnostics
-
color
=
auto
}
will
be
the
default
if
@
code
{
GCC_COLORS
}
is
present
and
non
-
empty
in
the
environment
,
and
@
option
{-
fdiagnostics
-
color
=
never
}
otherwise
.
@
item
--
enable
-
lto
@
itemx
--
disable
-
lto
Enable
support
for
link
-
time
optimization
(
LTO
).
This
is
enabled
by
...
...
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