libgcrypt: disable thumb for thumb capable CPUs
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 16:33:21 +0000 (16:33 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 16:33:21 +0000 (16:33 +0000)
packages/libgcrypt/libgcrypt_1.2.3.bb

index 3f4942c..3cca30a 100644 (file)
@@ -14,6 +14,8 @@ inherit autotools binconfig
 
 EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
 
+ARM_INSTRUCTION_SET = "arm"
+
 do_stage() {
        oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR}
        oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR}