gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm
authorKhem Raj <raj.khem@gmail.com>
Tue, 28 Jun 2011 03:32:41 +0000 (03:32 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:38 +0000 (08:13 -0800)
Otherwise it will compile libgcc in thumb mode when thumb
mode is selected and libgcc in thumb mode does not work
well.

(From meta-openembedded rev: bb4ddc7ad4b01c1d80ec81766d2eedae9d2a99b9)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc

index 059f441..e5a1fba 100644 (file)
@@ -1,3 +1,4 @@
 # this will prepend this layer to FILESPATH
 FILESEXTRAPATHS := "${THISDIR}/gcc-4.6"
-PRINC = "0"
+PRINC = "1"
+ARM_INSTRUCTION_SET = "arm"