diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-20 12:00:17 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 12:00:17 +0200 |
commit | 21dbc0814fe2bd1f2cdbfa255d169139842661e9 (patch) | |
tree | bcbe5fc375e6f3e1972f148d18914939c72f9896 /recipes/gcc/gcc-4.3.3.inc | |
parent | cb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (diff) |
gcc 4.3.2, 4.3.3, 4.4.0: attempt to fix zecke-no-host-includes.patch
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r-- | recipes/gcc/gcc-4.3.3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc index 3e6c0979ce..2947b185b9 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -7,7 +7,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" -INC_PR = "r3" +INC_PR = "r4" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \ |