projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e81ad1
)
Use GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My goof, not Felix's.
author
Jeff Law
<law@gcc.gnu.org>
Mon, 21 Sep 1998 01:00:21 +0000
(19:00 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Mon, 21 Sep 1998 01:00:21 +0000
(19:00 -0600)
From-SVN: r22513
gcc/ChangeLog
patch
|
blob
|
history
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3fe81519ed59e20c4e5d1f09f31cb42b669538c4..67d4f53eeb343502ece7b44a0d3a92b93653768d 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index e5ba9cdd5f816376f9127196cafd436ec78460f6..28ff322442ad5b4723b48bfe8436ad8f1a0c4c31 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-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;