diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-28 03:32:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-28 08:57:01 +0200 |
commit | bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9 (patch) | |
tree | 56f37e6ace9386e2839e637ff6a8ffdf019a7771 /meta-oe/recipes-devtools/gcc | |
parent | 9e3f9dddd2d498a603c0e9eb8bf77d3476a21940 (diff) | |
download | meta-openembedded-bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9.tar.gz |
gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm
Otherwise it will compile libgcc in thumb mode when thumb
mode is selected and libgcc in thumb mode does not work
well.
Signed-off-by: Khem Raj <raj.khem@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-common-4.6.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc b/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc index 059f44169d..e5a1fba594 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | # this will prepend this layer to FILESPATH | 1 | # this will prepend this layer to FILESPATH |
2 | FILESEXTRAPATHS := "${THISDIR}/gcc-4.6" | 2 | FILESEXTRAPATHS := "${THISDIR}/gcc-4.6" |
3 | PRINC = "0" | 3 | PRINC = "1" |
4 | ARM_INSTRUCTION_SET = "arm" | ||