diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-04-08 06:28:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-08 08:44:33 +0200 |
commit | 3bffeeb1836f68ffac01e25ff66f52c38cb2083c (patch) | |
tree | ebf3a654e1651177c4c85fe35ad066e405a8ae93 /meta-oe/recipes-devtools/gcc | |
parent | d390be3ddd215c9170fd6b6076396eb9201a6729 (diff) | |
download | meta-openembedded-3bffeeb1836f68ffac01e25ff66f52c38cb2083c.tar.gz |
gcc-4.5.inc: Compile gcc runtime stuff always in ARM mode for arm
Some distros e.g. SHR uses thumb1 for armv4t and armv5t
so we need to make sure that in such cases libgcc is compiled
in ARM mode
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/gcc')
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 3 |
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 @@ | |||
1 | require recipes-devtools/gcc/gcc-common.inc | 1 | require recipes-devtools/gcc/gcc-common.inc |
2 | ARM_INSTRUCTION_SET = "arm" | ||
2 | 3 | ||
3 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 4 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
4 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 5 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
@@ -14,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
14 | 15 | ||
15 | SRCREV = "170880" | 16 | SRCREV = "170880" |
16 | PV = "4.5" | 17 | PV = "4.5" |
17 | INC_PR = "r34" | 18 | INC_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 |