tlink.c (recompile_files): Remove COMPILER_PATH and LIBRARY_PATH from the environment.
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 1 Jul 2001 20:01:47 +0000 (20:01 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sun, 1 Jul 2001 20:01:47 +0000 (20:01 +0000)
* tlink.c (recompile_files): Remove COMPILER_PATH and
LIBRARY_PATH from the environment.

From-SVN: r43677

gcc/ChangeLog
gcc/tlink.c

index 6077e4585240944a13c16279a42b02b39565c438..0e45f90e1cb0d106c3f1efe416f51e8e56377953 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
index 8b8ca0c46989faea96e70578184ce61a03a41a27..606707dd28f9f2a95b85eab110136c2a50d74728 100644 (file)
@@ -495,6 +495,9 @@ recompile_files ()
 {
   file *f;
 
+  putenv ("COMPILER_PATH");
+  putenv ("LIBRARY_PATH");
+  
   while ((f = file_pop ()) != NULL)
     {
       char *line, *command;