mortsgna.inc: Set no-thumb settings for armv4-armv6 to correctly

stolen from [1]

[1] 397e65c420

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-06 22:53:41 +02:00
parent a85c9745c6
commit 9dc5d845cc

View File

@@ -29,8 +29,8 @@ require conf/distro/include/mortsgna-${TCLIBC}.inc
# thumb2 only
ARM_INSTRUCTION_SET ??= "thumb"
ARM_INSTRUCTION_SET_armv4t ?= "arm"
ARM_INSTRUCTION_SET_armv5te ?= "arm"
ARM_INSTRUCTION_SET_armv4 ?= "arm"
ARM_INSTRUCTION_SET_armv5 ?= "arm"
ARM_INSTRUCTION_SET_armv6 ?= "arm"
# use debian style naming