diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index aa1cc959e0..f2991f286c 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r9" |
4 | 4 | ||
5 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 5 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
@@ -56,7 +56,6 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
56 | file://64bithack.patch \ | 56 | file://64bithack.patch \ |
57 | file://optional_libstdc.patch \ | 57 | file://optional_libstdc.patch \ |
58 | file://disable_relax_pic_calls_flag.patch \ | 58 | file://disable_relax_pic_calls_flag.patch \ |
59 | file://gcc-poison-parameters.patch \ | ||
60 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | 59 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ |
61 | file://COLLECT_GCC_OPTIONS.patch \ | 60 | file://COLLECT_GCC_OPTIONS.patch \ |
62 | file://use-defaults.h-and-t-oe-in-B.patch \ | 61 | file://use-defaults.h-and-t-oe-in-B.patch \ |
@@ -66,6 +65,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
66 | file://pr45094.patch \ | 65 | file://pr45094.patch \ |
67 | file://pr45052.patch \ | 66 | file://pr45052.patch \ |
68 | file://pr45886.patch \ | 67 | file://pr45886.patch \ |
68 | file://pr44618.patch \ | ||
69 | " | 69 | " |
70 | 70 | ||
71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " | 71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |