diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-15 12:42:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-15 12:42:50 +0100 |
commit | 1dffa54d5801ae404677edb99c832c2d48e43240 (patch) | |
tree | d4bbc9f3f38a38d8598410ddc312234c79c0bf4f /classes/e.bbclass | |
parent | 63b8d0beb988997ccc172907c989327cfdacb38d (diff) |
{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs with thumb, so: ARM_INSTRUCTION_SET = "arm"
Diffstat (limited to 'classes/e.bbclass')
-rw-r--r-- | classes/e.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/e.bbclass b/classes/e.bbclass index 77cef7f118..a56cdff2e1 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 () { |