[oe-commits] Koen Kooi : angstrom: make armv5teb use a partial thumb userspace as well

GIT User account git at amethyst.openembedded.net
Sun Jan 18 13:03:59 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4fc715b9aeedce4b6ef1de6bad78af497d18f9a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4fc715b9aeedce4b6ef1de6bad78af497d18f9a8

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 18 14:00:28 2009 +0100

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)

---

 conf/distro/include/angstrom.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 189e712..74e531d 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}"





More information about the Openembedded-commits mailing list