angstrom: make armv5teb use a partial thumb userspace as well
authorKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 13:00:28 +0000 (14:00 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 13:00:28 +0000 (14:00 +0100)
* like armv4t and armv5te this means that large parts of userspace are built as thumb, but not libgcc, libm, libc and performance critical parts (e.g. ffmpeg)

conf/distro/include/angstrom.inc

index 189e712..74e531d 100644 (file)
@@ -33,6 +33,7 @@ require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc
 ANGSTROM_ARM_INSTRUCTION_SET ?= "arm"
 ANGSTROM_ARM_INSTRUCTION_SET_armv4t = "thumb"
 ANGSTROM_ARM_INSTRUCTION_SET_armv5te = "thumb"
+ANGSTROM_ARM_INSTRUCTION_SET_armv5teb = "thumb"
 
 
 ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}"