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>
This commit is contained in:
Khem Raj
2011-06-28 03:32:41 +00:00
committed by Koen Kooi
parent 9e3f9dddd2
commit bb4ddc7ad4

View 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"