liboil: use ARM instruction set when building for Thumb
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 19 Dec 2007 11:51:04 +0000 (11:51 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 19 Dec 2007 11:51:04 +0000 (11:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3353 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/liboil/liboil_0.3.9.bb

index 61aa605..55c423b 100644 (file)
@@ -12,3 +12,5 @@ inherit autotools pkgconfig
 do_stage() {
        autotools_stage_all
 }
+
+ARM_INSTRUCTION_SET = "arm"