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
1cec1285
Commit
1cec1285
authored
Jun 03, 2011
by
Nathan Sidwell
Committed by
Nathan Sidwell
Jun 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi (Options specification): Document --with-specs.
From-SVN: r174598
parent
eed55426
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+13
-0
No files found.
gcc/ChangeLog
View file @
1cec1285
2011-06-03 Nathan Sidwell <nathan@codesourcery.com>
* doc/install.texi (Options specification): Document --with-specs.
2011-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
* config/arm/neon.md (orndi3_neon): Actually split it.
...
...
gcc/doc/install.texi
View file @
1cec1285
...
...
@@ -771,6 +771,19 @@ the installation directory for G++ header files. The default depends
on
other
configuration
options
,
and
differs
between
cross
and
native
configurations
.
@
item
--
with
-
specs
=@
var
{
specs
}
Specify
additional
command
line
driver
SPECS
.
This
can
be
useful
if
you
need
to
turn
on
a
non
-
standard
feature
by
default
without
modifying
the
compiler
's source code, for instance
@option{--with-specs=%@{!fcommon:%@{!fno-common:-fno-common@}@}}.
@ifnothtml
@xref{Spec Files,, Specifying subprocesses and the switches to pass to them,
gcc, Using the GNU Compiler Collection (GCC)},
@end ifnothtml
@ifhtml
See ``Spec Files'' in the main manual
@end ifhtml
@end table
@item --program-prefix=@var{prefix}
...
...
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