summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/tlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/tlink.c')
-rw-r--r--contrib/gcc/tlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/tlink.c b/contrib/gcc/tlink.c
index a98b55b..f1ad176 100644
--- a/contrib/gcc/tlink.c
+++ b/contrib/gcc/tlink.c
@@ -465,8 +465,8 @@ recompile_files ()
{
file *f;
- putenv (xstrdup ("COMPILER_PATH"));
- putenv (xstrdup ("LIBRARY_PATH"));
+ putenv (xstrdup ("COMPILER_PATH="));
+ putenv (xstrdup ("LIBRARY_PATH="));
while ((f = file_pop ()) != NULL)
{
OpenPOWER on IntegriCloud