[oe-commits] Khem Raj : gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm

git version control git at git.openembedded.org
Tue Jun 28 06:57:59 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun 28 03:32:41 2011 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 059f441..e5a1fba 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"





More information about the Openembedded-commits mailing list