diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/lto-wrapper.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-wrapper.cc b/gcc/lto-wrapper.cc index 9a76470..b12bcc1 100644 --- a/gcc/lto-wrapper.cc +++ b/gcc/lto-wrapper.cc @@ -2010,8 +2010,8 @@ cont: truncate them as soon as we have processed it. This reduces temporary disk-space usage. */ if (! save_temps) - fprintf (mstream, "\t@-touch -r %s %s.tem > /dev/null 2>&1 " - "&& mv %s.tem %s\n", + fprintf (mstream, "\t@-touch -r \"%s\" \"%s.tem\" > /dev/null " + "2>&1 && mv \"%s.tem\" \"%s\"\n", input_name, input_name, input_name, input_name); } else |