1
diff -urN gcc-3.3.6/configure.in gcc-3.3.6-new/configure.in
2
--- gcc-3.3.6/configure.in 2004-01-02 17:09:48.000000000 +0300
3
+++ gcc-3.3.6-new/configure.in 2009-02-10 18:08:43.000000000 +0300
6
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
9
+ noconfigdirs="$noconfigdirs ${libstdcxx_version}"
12
noconfigdirs="$noconfigdirs ${libgcj}"
14
diff -urN gcc-3.3.6/gcc/collect2.c gcc-3.3.6-new/gcc/collect2.c
15
--- gcc-3.3.6/gcc/collect2.c 2003-12-08 22:02:39.000000000 +0300
16
+++ gcc-3.3.6-new/gcc/collect2.c 2009-02-10 18:09:09.000000000 +0300
20
/* Open response file. */
21
- redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);
22
+ redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0755);
24
/* Duplicate the stdout and stderr file handles
25
so they can be restored later. */