summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index b510650cda..519a1e7af5 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -1,4 +1,5 @@
1require recipes-devtools/gcc/gcc-common.inc 1require recipes-devtools/gcc/gcc-common.inc
2ARM_INSTRUCTION_SET = "arm"
2 3
3DEPENDS =+ "mpfr gmp libmpc elfutils" 4DEPENDS =+ "mpfr gmp libmpc elfutils"
4NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" 5NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
@@ -14,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
14 15
15SRCREV = "170880" 16SRCREV = "170880"
16PV = "4.5" 17PV = "4.5"
17INC_PR = "r34" 18INC_PR = "r35"
18 19
19# BINV should be incremented after updating to a revision 20# BINV should be incremented after updating to a revision
20# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made 21# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made