[oe] [meta-oe][PATCH] libssh: Do not use thumb-1 ISA on armv5

Adrian Bunk bunk at stusta.de
Sun Oct 28 07:29:11 UTC 2018


On Sat, Oct 27, 2018 at 06:30:29PM -0700, Khem Raj wrote:
> 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
>...
> +ARM_INSTRUCTION_SET_armv5 = "arm"
>...

This is then also required for armv4 and many armv6 CPUs.

The usual pattern for that appears to be:
ARM_INSTRUCTION_SET_armv4 = "arm"
ARM_INSTRUCTION_SET_armv5 = "arm"
ARM_INSTRUCTION_SET_armv6 = "arm"

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed




More information about the Openembedded-devel mailing list