[oe-commits] Koen Kooi : angstrom: move armv5te to thumb as well

GIT User account git at amethyst.openembedded.net
Mon Dec 15 16:42:48 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Dec 15 17:39:31 2008 +0100

angstrom: move armv5te to thumb as well

---

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

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 25dee11..189e712 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -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"





More information about the Openembedded-commits mailing list