diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-06 19:46:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-06 19:46:45 -0700 |
commit | 7ccdfeffc5202da60d7da5b7cb99ea655fe89238 (patch) | |
tree | bde0790112755934890dedd6e015f01dcfaa66f5 /recipes/gcc/gcc-4.1.1.inc | |
parent | eaf9eb0fbc98ae1a044e3bdc6e6d2bd0a51b9d26 (diff) |
gcc: Remove gcc 4.1.0 recipes in favour of gcc 4.4.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.1.1.inc')
-rw-r--r-- | recipes/gcc/gcc-4.1.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.1.1.inc b/recipes/gcc/gcc-4.1.1.inc index 20da89aee6..68323ac747 100644 --- a/recipes/gcc/gcc-4.1.1.inc +++ b/recipes/gcc/gcc-4.1.1.inc @@ -2,7 +2,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" -INC_PR = "r23" +INC_PR = "r0" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ |