angstrom: move armv5te to thumb as well
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Dec 2008 16:39:31 +0000 (17:39 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 15 Dec 2008 16:39:31 +0000 (17:39 +0100)
conf/distro/include/angstrom.inc

index 25dee11..189e712 100644 (file)
@@ -32,6 +32,8 @@ require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc
 # We can't do ARM_INSTRUCTION_SET_armv4t since that will un-overridable in recipes like gcc
 ANGSTROM_ARM_INSTRUCTION_SET ?= "arm"
 ANGSTROM_ARM_INSTRUCTION_SET_armv4t = "thumb"
+ANGSTROM_ARM_INSTRUCTION_SET_armv5te = "thumb"
+
 
 ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}"
 # "arm" "thumb"