aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-21 16:33:21 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-21 16:33:21 +0000
commit037b00e3d629962e8d2bc4fcc944c9ecf9a240be (patch)
tree96706b8861b50a53cfc2ab4e1a89d2fa8cdd3322 /packages
parentc343bf2c5839eb67855e8f3bbf356037ff7fc886 (diff)
downloadopenembedded-037b00e3d629962e8d2bc4fcc944c9ecf9a240be.tar.gz
libgcrypt: disable thumb for thumb capable CPUs
Diffstat (limited to 'packages')
-rw-r--r--packages/libgcrypt/libgcrypt_1.2.3.bb2
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}