Commit 3746c4a2 by Nathan Sidwell Committed by Nathan Sidwell

tlink.c (recompile_files): Remove COMPILER_PATH and LIBRARY_PATH from the environment.

	* tlink.c (recompile_files): Remove COMPILER_PATH and
	LIBRARY_PATH from the environment.

From-SVN: r43677
parent 809353e1
2001-07-01 Nathan Sidwell <nathan@codesourcery.com>
* tlink.c (recompile_files): Remove COMPILER_PATH and
LIBRARY_PATH from the environment.
2001-07-01 Zack Weinberg <zackw@stanford.edu> 2001-07-01 Zack Weinberg <zackw@stanford.edu>
* c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT, * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
......
...@@ -495,6 +495,9 @@ recompile_files () ...@@ -495,6 +495,9 @@ recompile_files ()
{ {
file *f; file *f;
putenv ("COMPILER_PATH");
putenv ("LIBRARY_PATH");
while ((f = file_pop ()) != NULL) while ((f = file_pop ()) != NULL)
{ {
char *line, *command; char *line, *command;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment