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
ab4fa7ed
Commit
ab4fa7ed
authored
Jul 31, 2000
by
Jason Merrill
Committed by
Jason Merrill
Jul 31, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lang-specs.h: Use %i in rule for .ii files.
From-SVN: r35392
parent
42eb567d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/lang-specs.h
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
ab4fa7ed
2000-07-28 Jason Merrill <jason@redhat.com>
* lang-specs.h: Use %i in rule for .ii files.
2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
* lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
...
...
gcc/cp/lang-specs.h
View file @
ab4fa7ed
...
...
@@ -51,5 +51,5 @@ Boston, MA 02111-1307, USA. */
{
".ii"
,
"@c++-cpp-output"
},
{
"@c++-cpp-output"
,
"%{!M:%{!MM:%{!E:\
cc1plus -fpreprocessed %
{!pipe:%g.ii}
%(cc1_options) %{+e*}\
cc1plus -fpreprocessed %
i
%(cc1_options) %{+e*}\
%{!S:-o %{|!pipe:%g.s} |
\n
as %(asm_options) %{!pipe:%g.s} %A }}}}"
},
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