summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-4.5.0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-4.5.0.inc')
-rw-r--r--meta/packages/gcc/gcc-4.5.0.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-4.5.0.inc b/meta/packages/gcc/gcc-4.5.0.inc
index ebf5e17ae9..9d66940bf9 100644
--- a/meta/packages/gcc/gcc-4.5.0.inc
+++ b/meta/packages/gcc/gcc-4.5.0.inc
@@ -4,8 +4,6 @@ LICENSE = "GPLv3"
4DEPENDS =+ "mpfr gmp libmpc elfutils" 4DEPENDS =+ "mpfr gmp libmpc elfutils"
5NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" 5NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
6 6
7PR = "r0"
8
9SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ 7SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
10 file://gcc-4.5.0_to_svn_162398.patch.bz2 \ 8 file://gcc-4.5.0_to_svn_162398.patch.bz2 \
11 file://gcc_revert_base_version_to_4.5.0.patch \ 9 file://gcc_revert_base_version_to_4.5.0.patch \
@@ -46,6 +44,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
46 file://zecke-xgcc-cpp.patch \ 44 file://zecke-xgcc-cpp.patch \
47 file://gcc-poison-system-directories.patch \ 45 file://gcc-poison-system-directories.patch \
48 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ 46 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
47 file://64bithack.patch;patch=1 \
49 " 48 "
50 49
51SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 50SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "