diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-21 16:33:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-21 16:33:21 +0000 |
commit | 037b00e3d629962e8d2bc4fcc944c9ecf9a240be (patch) | |
tree | 96706b8861b50a53cfc2ab4e1a89d2fa8cdd3322 | |
parent | c343bf2c5839eb67855e8f3bbf356037ff7fc886 (diff) |
libgcrypt: disable thumb for thumb capable CPUs
-rw-r--r-- | packages/libgcrypt/libgcrypt_1.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/libgcrypt/libgcrypt_1.2.3.bb b/packages/libgcrypt/libgcrypt_1.2.3.bb index 3f4942cae5..3cca30a6bb 100644 --- a/packages/libgcrypt/libgcrypt_1.2.3.bb +++ b/packages/libgcrypt/libgcrypt_1.2.3.bb @@ -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} |