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
2325c774
Commit
2325c774
authored
Sep 20, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My goof, not Felix's.
From-SVN: r22513
parent
3e81ad16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
gcc/ChangeLog
+0
-1
gcc/gcc.c
+1
-1
No files found.
gcc/ChangeLog
View file @
2325c774
...
...
@@ -2,7 +2,6 @@ Mon Sep 21 01:53:05 1998 Felix Lee <flee@cygnus.com>
*
c
-
lex
.
c
(
init_lex
)
:
Use
getenv
(
"LANG"
),
not
GET_ENVIRONMENT
().
*
cccp
.
c
(
main
)
:
Likewise
.
*
gcc
.
c
(
process_command
)
:
Similarly
for
"GCC_EXEC_PREFIX"
.
*
cccp
.
c
,
collect2
.
c
,
cpplib
.
c
,
gcc
.
c
,
config
/
i386
/
xm
-
cygwin32
.
h
:
Rename
GET_ENVIRONMENT
to
GET_ENV_PATH_LIST
,
and
fix
some
...
...
gcc/gcc.c
View file @
2325c774
...
...
@@ -2563,7 +2563,7 @@ process_command (argc, argv)
int
have_o
=
0
;
int
lang_n_infiles
=
0
;
gcc_exec_prefix
=
getenv
(
"GCC_EXEC_PREFIX"
);
GET_ENV_PATH_LIST
(
gcc_exec_prefix
,
"GCC_EXEC_PREFIX"
);
n_switches
=
0
;
n_infiles
=
0
;
...
...
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