summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-28 03:32:41 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-28 08:57:01 +0200
commitbb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9 (patch)
tree56f37e6ace9386e2839e637ff6a8ffdf019a7771 /meta-oe
parent9e3f9dddd2d498a603c0e9eb8bf77d3476a21940 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc3
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 @@
# this will prepend this layer to FILESPATH
FILESEXTRAPATHS := "${THISDIR}/gcc-4.6"
-PRINC = "0"
+PRINC = "1"
+ARM_INSTRUCTION_SET = "arm"