Angstrom: switch armv7a to thumb2 mode

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-12-06 20:40:50 +01:00
parent 530a6dd4fe
commit eab65f3852

View File

@@ -61,7 +61,11 @@ require conf/distro/include/angstrom-jalimo.conf
# Angstrom turns on thumb for armv4t machine according to this RFC:
# http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-October/002714.html
ARM_INSTRUCTION_SET ?= "arm"
ARM_INSTRUCTION_SET ??= "thumb"
ARM_INSTRUCTION_SET_armv4t ?= "arm"
ARM_INSTRUCTION_SET_armv5te ?= "arm"
ARM_INSTRUCTION_SET_armv6 ?= "arm"
# "arm" "thumb"
# The instruction set the compiler should use when generating application
# code. The kernel is always compiled with arm code at present. arm code