aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-18 14:00:28 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-18 14:00:28 +0100
commit4fc715b9aeedce4b6ef1de6bad78af497d18f9a8 (patch)
treed8c94ef68d9cbc586e5d7c27b31fad0d6c22d99e /conf/distro/include/angstrom.inc
parentfcfddb763fc5cbdc2af71e5a3ea269b127e38b6b (diff)
downloadopenembedded-4fc715b9aeedce4b6ef1de6bad78af497d18f9a8.tar.gz
angstrom: make armv5teb use a partial thumb userspace as well
* 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)
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 189e7123d5..74e531dc0e 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -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}"