diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-11-02 20:50:10 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-11-02 20:50:10 +0100 |
commit | 39bb1e9235e7373dad9afa30fda792c0581826a4 (patch) | |
tree | d0059e0263c31fdfffbba6f90cae23b28c333ccc /meta/packages/gcc/gcc_3.4.4.bb | |
parent | 7688bca5df201664460adf31a2168b94883d4373 (diff) | |
download | poky-39bb1e9235e7373dad9afa30fda792c0581826a4.tar.gz |
gcc 3.4.4: fixed Ubuntu 9.10 build
open() require 3 arguments now.
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'meta/packages/gcc/gcc_3.4.4.bb')
-rw-r--r-- | meta/packages/gcc/gcc_3.4.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" |