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
fcc9ad83
Commit
fcc9ad83
authored
Jan 16, 1997
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo.
From-SVN: r13504
parent
5d644692
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/gcc.c
+3
-3
No files found.
gcc/gcc.c
View file @
fcc9ad83
...
@@ -2268,7 +2268,7 @@ process_command (argc, argv)
...
@@ -2268,7 +2268,7 @@ process_command (argc, argv)
}
}
temp
=
getenv
(
"LIBRARY_PATH"
);
temp
=
getenv
(
"LIBRARY_PATH"
);
if
(
temp
&&
*
cross_compile
!
=
'0'
)
if
(
temp
&&
*
cross_compile
=
=
'0'
)
{
{
char
*
startp
,
*
endp
;
char
*
startp
,
*
endp
;
char
*
nstore
=
(
char
*
)
alloca
(
strlen
(
temp
)
+
3
);
char
*
nstore
=
(
char
*
)
alloca
(
strlen
(
temp
)
+
3
);
...
@@ -2300,7 +2300,7 @@ process_command (argc, argv)
...
@@ -2300,7 +2300,7 @@ process_command (argc, argv)
/* Use LPATH like LIBRARY_PATH (for the CMU build program). */
/* Use LPATH like LIBRARY_PATH (for the CMU build program). */
temp
=
getenv
(
"LPATH"
);
temp
=
getenv
(
"LPATH"
);
if
(
temp
&&
*
cross_compile
!
=
'0'
)
if
(
temp
&&
*
cross_compile
=
=
'0'
)
{
{
char
*
startp
,
*
endp
;
char
*
startp
,
*
endp
;
char
*
nstore
=
(
char
*
)
alloca
(
strlen
(
temp
)
+
3
);
char
*
nstore
=
(
char
*
)
alloca
(
strlen
(
temp
)
+
3
);
...
@@ -4264,7 +4264,7 @@ main (argc, argv)
...
@@ -4264,7 +4264,7 @@ main (argc, argv)
/* The fact that these are done here, after reading the specs file,
/* The fact that these are done here, after reading the specs file,
means that it cannot be found in these directories.
means that it cannot be found in these directories.
But that's okay. It should never be there anyway. */
But that's okay. It should never be there anyway. */
if
(
*
cross_compile
!
=
'0'
)
if
(
*
cross_compile
=
=
'0'
)
{
{
#ifdef MD_EXEC_PREFIX
#ifdef MD_EXEC_PREFIX
add_prefix
(
&
exec_prefixes
,
md_exec_prefix
,
0
,
0
,
NULL_PTR
);
add_prefix
(
&
exec_prefixes
,
md_exec_prefix
,
0
,
0
,
NULL_PTR
);
...
...
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