summaryrefslogtreecommitdiff
path: root/toolchain/gcc/3.4.6/950-open_ocreat_mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/3.4.6/950-open_ocreat_mode.patch')
-rw-r--r--toolchain/gcc/3.4.6/950-open_ocreat_mode.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/toolchain/gcc/3.4.6/950-open_ocreat_mode.patch b/toolchain/gcc/3.4.6/950-open_ocreat_mode.patch
deleted file mode 100644
index 5dba90552..000000000
--- a/toolchain/gcc/3.4.6/950-open_ocreat_mode.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-3.4.6/gcc/collect2.c.orig 2009-05-11 13:00:31.000000000 -0600
-+++ gcc-3.4.6/gcc/collect2.c 2009-05-11 13:00:26.000000000 -0600
-@@ -1534,7 +1534,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, O_RDWR);
-
- /* Duplicate the stdout and stderr file handles
- so they can be restored later. */