diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-25 12:36:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-25 08:43:05 +0200 |
commit | e9266b2eb7b846b7768b34e5f709a25342369dc0 (patch) | |
tree | dea22d0745f5f9d489a4ba65ff7eaabd0baeeffa | |
parent | 919c96b9ca616206b7c8b9ea8a5ec2013da940e7 (diff) | |
download | meta-openembedded-e9266b2eb7b846b7768b34e5f709a25342369dc0.tar.gz |
gcc-4.6.inc: Always build runtime in ARM mode.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.6.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.6.inc b/meta-oe/recipes-devtools/gcc/gcc-4.6.inc index a5e64be87..b86c6fb28 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -16,6 +16,8 @@ BINV = "${PV}.0" | |||
16 | 16 | ||
17 | PR = "r0" | 17 | PR = "r0" |
18 | 18 | ||
19 | ARM_INSTRUCTION_SET = "arm" | ||
20 | |||
19 | DEPENDS =+ "mpfr gmp libmpc" | 21 | DEPENDS =+ "mpfr gmp libmpc" |
20 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" | 22 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" |
21 | 23 | ||