[oe-commits] [meta-openembedded] 16/16: libssh: Do not use thumb-1 ISA on armv5

git at git.openembedded.org git at git.openembedded.org
Mon Oct 29 04:39:48 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit f1511d254632a34c1deb51f4bf8b8c21e7423f51
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Oct 27 18:28:10 2018 -0700

    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 at gmail.com>
    Cc: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 meta-oe/recipes-support/libssh/libssh_0.8.4.bb | 2 ++
 1 file changed, 2 insertions(+)

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 8566741..6040ec9 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list