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
7471ffd8
Commit
7471ffd8
authored
Jul 06, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1478
parent
82a5e898
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/gcc.c
+4
-4
No files found.
gcc/gcc.c
View file @
7471ffd8
...
...
@@ -2373,11 +2373,11 @@ do_spec_1 (spec, inswitch, soft_matched_part)
case
'I'
:
if
(
gcc_exec_prefix
)
{
do_spec_1
(
"-iprefix"
,
1
,
0
);
do_spec_1
(
"-iprefix"
,
1
,
NULL_PTR
);
/* Make this a separate argument. */
do_spec_1
(
" "
,
0
,
0
);
do_spec_1
(
gcc_exec_prefix
,
1
,
0
);
do_spec_1
(
" "
,
0
,
0
);
do_spec_1
(
" "
,
0
,
NULL_PTR
);
do_spec_1
(
gcc_exec_prefix
,
1
,
NULL_PTR
);
do_spec_1
(
" "
,
0
,
NULL_PTR
);
}
break
;
...
...
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