diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:49 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:49 -0400 |
commit | 9ee3d21325e571f27b7248370f58eaaaf405e070 (patch) | |
tree | 796a530219a35560a76f8baf47bb7b5128abadc6 /recipes/gcc/gcc-4.3.2.inc | |
parent | af245faf6ddef5286f17cf0a292d91ec15fdecb1 (diff) |
gcc-4.3.2: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-4.3.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.3.2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc index 967eb92285..a6e6b7bd19 100644 --- a/recipes/gcc/gcc-4.3.2.inc +++ b/recipes/gcc/gcc-4.3.2.inc @@ -7,6 +7,8 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" +INC_PR = "r8" + SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \ file://fedora/gcc43-ia64-libunwind.patch;patch=1;pnum=0 \ |