summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-3.4.4.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2009-11-02 20:48:07 +0100
committerMarcin Juszkiewicz <marcin@buglabs.net>2009-11-02 20:48:07 +0100
commit099fa6714d3378defb18076d6ce750e69c1cbef3 (patch)
treeb60bc9b6a067c82342a9bd9074d59f541f21436c /meta/packages/gcc/gcc-3.4.4.inc
parentae0e1ad29b6b2c67c37896d3a5f78219d3960ffd (diff)
downloadopenembedded-core-099fa6714d3378defb18076d6ce750e69c1cbef3.tar.gz
openembedded-core-099fa6714d3378defb18076d6ce750e69c1cbef3.tar.bz2
openembedded-core-099fa6714d3378defb18076d6ce750e69c1cbef3.tar.xz
openembedded-core-099fa6714d3378defb18076d6ce750e69c1cbef3.zip
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.inc')
-rw-r--r--meta/packages/gcc/gcc-3.4.4.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-3.4.4.inc b/meta/packages/gcc/gcc-3.4.4.inc
index 5700a7c83..df99c3b4c 100644
--- a/meta/packages/gcc/gcc-3.4.4.inc
+++ b/meta/packages/gcc/gcc-3.4.4.inc
@@ -18,7 +18,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;patch=1 \
file://zecke-xgcc-cpp.patch;patch=1 \
file://gcc-libgcc2-inhibit-libc.patch;patch=1 \
- file://gcc4-mtune-compat.patch;patch=1"
+ file://gcc4-mtune-compat.patch;patch=1 \
+ file://hrw-open-needs-3-args.patch"
SRC_URI += "file://gcc34-configure.in.patch;patch=1"
SRC_URI += "file://gcc34-thumb-support.patch;patch=1"