You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
440 B

--- gcc-3.3.6/gcc/collect2.c 2011-04-06 18:36:17.269806677 -0600
+++ gcc-3.3.6/gcc/collect2.c 2011-04-06 18:36:34.385799826 -0600
@@ -1580,7 +1580,7 @@
if (redir)
{
/* Open response file. */
- redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);
+ redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666);
/* Duplicate the stdout and stderr file handles
so they can be restored later. */