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
bf4eebe0
Commit
bf4eebe0
authored
Jul 03, 2001
by
Nick Clifton
Committed by
Nick Clifton
Jul 03, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specifiy range for <N> in -B option.
Use 'dir' not 'foo' as example directory name. From-SVN: r43731
parent
c1911346
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+3
-2
No files found.
gcc/ChangeLog
View file @
bf4eebe0
2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
* doc/invoke.texi (Directory Options): Specifiy range for <N> in
-B option. Use 'dir' not 'foo' as example directory name.
2001-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
...
...
gcc/doc/invoke.texi
View file @
bf4eebe0
...
...
@@ -4430,8 +4430,9 @@ the environment variable @env{GCC_EXEC_PREFIX}. @xref{Environment
Variables}.
As a special kludge, if the path provided by @option{-B} is
@file{[foo/]stage@var{N}/} then it will be replaced by
@file{[foo/]include}. This is to help with boot-strapping the compiler.
@file{[dir/]stage@var{N}/}, where @var{N} is a number in the range 0 to
9, then it will be replaced by @file{[dir/]include}. This is to help
with boot-strapping the compiler.
@item -specs=@var{file}
@opindex specs
...
...
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