[oe-commits] Koen Kooi : {e, efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs with thumb, so : ARM_INSTRUCTION_SET = "arm"

GIT User account git at amethyst.openembedded.net
Thu Jan 15 11:44:48 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 15 12:42:50 2009 +0100

{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs with thumb, so: ARM_INSTRUCTION_SET = "arm"

---

 classes/e.bbclass   |    2 ++
 classes/efl.bbclass |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/classes/e.bbclass b/classes/e.bbclass
index 77cef7f..a56cdff 100644
--- a/classes/e.bbclass
+++ b/classes/e.bbclass
@@ -5,6 +5,8 @@ SRCNAME ?= "${PN}"
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http"
 S = "${WORKDIR}/${SRCNAME}"
 
+ARM_INSTRUCTION_SET = "arm"
+
 inherit autotools pkgconfig binconfig
 
 do_prepsources () {
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index a8a8e08..d333c4b 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -9,6 +9,8 @@ DEPENDS += "pkgconfig-native"
 # revision 0d93ec84b30bc1bee2caaee72d667f87bc468a70 made SRCDATE and hence PV go backwards, so we need to up PE to unbreak builds and feeds :(
 PE = "2"
 
+ARM_INSTRUCTION_SET = "arm"
+
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 # do NOT inherit pkgconfig here, see note in autotools_stage_all
 inherit autotools





More information about the Openembedded-commits mailing list