diff options
| -rw-r--r-- | meta/packages/gcc/gcc-3.4.4/hrw-open-needs-3-args.patch | 13 | ||||
| -rw-r--r-- | meta/packages/gcc/gcc_3.4.4.bb | 5 |
2 files changed, 16 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-3.4.4/hrw-open-needs-3-args.patch b/meta/packages/gcc/gcc-3.4.4/hrw-open-needs-3-args.patch new file mode 100644 index 0000000000..8feb5edff0 --- /dev/null +++ b/meta/packages/gcc/gcc-3.4.4/hrw-open-needs-3-args.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: gcc-3.4.4/gcc/collect2.c | ||
| 2 | =================================================================== | ||
| 3 | --- gcc-3.4.4.orig/gcc/collect2.c 2009-11-02 20:40:02.874934378 +0100 | ||
| 4 | +++ gcc-3.4.4/gcc/collect2.c 2009-11-02 20:41:12.458939528 +0100 | ||
| 5 | @@ -1534,7 +1534,7 @@ | ||
| 6 | if (redir) | ||
| 7 | { | ||
| 8 | /* Open response file. */ | ||
| 9 | - redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT); | ||
| 10 | + redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0666); | ||
| 11 | |||
| 12 | /* Duplicate the stdout and stderr file handles | ||
| 13 | so they can be restored later. */ | ||
diff --git a/meta/packages/gcc/gcc_3.4.4.bb b/meta/packages/gcc/gcc_3.4.4.bb index 69a00582a8..49a47c03dc 100644 --- a/meta/packages/gcc/gcc_3.4.4.bb +++ b/meta/packages/gcc/gcc_3.4.4.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PR = "r6" | 1 | PR = "r7" |
| 2 | DESCRIPTION = "The GNU cc and gcc C compilers." | 2 | DESCRIPTION = "The GNU cc and gcc C compilers." |
| 3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" | 3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" |
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| @@ -22,7 +22,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
| 22 | file://GCC3.4.0VisibilityPatch.diff;patch=1 \ | 22 | file://GCC3.4.0VisibilityPatch.diff;patch=1 \ |
| 23 | file://15342.patch;patch=1 \ | 23 | file://15342.patch;patch=1 \ |
| 24 | file://jarfix.patch;patch=1 \ | 24 | file://jarfix.patch;patch=1 \ |
| 25 | file://always-fixincperm.patch;patch=1" | 25 | file://always-fixincperm.patch;patch=1 \ |
| 26 | file://hrw-open-needs-3-args.patch" | ||
| 26 | 27 | ||
| 27 | SRC_URI += "file://gcc34-configure.in.patch;patch=1" | 28 | SRC_URI += "file://gcc34-configure.in.patch;patch=1" |
| 28 | SRC_URI += "file://gcc34-thumb-support.patch;patch=1" | 29 | SRC_URI += "file://gcc34-thumb-support.patch;patch=1" |
