summaryrefslogtreecommitdiff
path: root/gcc/tlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tlink.c')
-rw-r--r--gcc/tlink.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/tlink.c b/gcc/tlink.c
index 8b8ca0c4698..606707dd28f 100644
--- a/gcc/tlink.c
+++ b/gcc/tlink.c
@@ -495,6 +495,9 @@ recompile_files ()
{
file *f;
+ putenv ("COMPILER_PATH");
+ putenv ("LIBRARY_PATH");
+
while ((f = file_pop ()) != NULL)
{
char *line, *command;