diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-27 18:28:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-27 18:29:32 -0700 |
commit | f1511d254632a34c1deb51f4bf8b8c21e7423f51 (patch) | |
tree | 0829fe81052073fe45898edaaa799e448b04f152 /meta-oe/recipes-support/libssh | |
parent | 6cb64da8fa3224744f5d39a8124dc4867edfe045 (diff) | |
download | meta-openembedded-f1511d254632a34c1deb51f4bf8b8c21e7423f51.tar.gz |
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 <raj.khem@gmail.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-support/libssh')
-rw-r--r-- | meta-oe/recipes-support/libssh/libssh_0.8.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
16 | PACKAGECONFIG ??="" | 16 | PACKAGECONFIG ??="" |
17 | PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " | 17 | PACKAGECONFIG[gssapi] = "-DWITH_GSSAPI=1, -DWITH_GSSAPI=0, krb5, " |
18 | 18 | ||
19 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
20 | |||
19 | EXTRA_OECMAKE = " \ | 21 | EXTRA_OECMAKE = " \ |
20 | -DWITH_GCRYPT=1 \ | 22 | -DWITH_GCRYPT=1 \ |
21 | -DWITH_PCAP=1 \ | 23 | -DWITH_PCAP=1 \ |