From f1511d254632a34c1deb51f4bf8b8c21e7423f51 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Oct 2018 18:28:10 -0700 Subject: libssh: Do not use thumb-1 ISA on armv5 Fixes TOPDIR/build/tmpfs/work/armv5te-yoe-linux-gnueabi/libssh/0.8.4-r0/git/src/channels.c:2632:1: sorry, unimplemented: -fstack-check=specific for Thumb-1 Signed-off-by: Khem Raj Cc: Paul Eggleton --- meta-oe/recipes-support/libssh/libssh_0.8.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/libssh/libssh_0.8.4.bb') diff --git a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb index 8566741a3a..6040ec959e 100644 --- a/meta-oe/recipes-support/libssh/libssh_0.8.4.bb +++ b/meta-oe/recipes-support/libssh/libssh_0.8.4.bb @@ -16,6 +16,8 @@ inherit cmake PACKAGECONFIG ??="" PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " +ARM_INSTRUCTION_SET_armv5 = "arm" + EXTRA_OECMAKE = " \ -DWITH_GCRYPT=1 \ -DWITH_PCAP=1 \ -- cgit 1.2.3-korg