]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
openssh: Add a workaround for ICE on powerpc64le
authorWilliam Lyu <William.Lyu@windriver.com>
Wed, 6 Mar 2024 19:56:58 +0000 (11:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Mar 2024 08:06:14 +0000 (08:06 +0000)
commitbc793fa9d1fe24c102d91e97b7002b6e637cbfa5
tree53d05ad62749029b017adabdc2bc76b67bf6abd3
parentf8f3a52b2f924789552e6a3f889162ff07e0887f
openssh: Add a workaround for ICE on powerpc64le

Fixes [YOCTO #15415]

The new openssh version has an ICE on powerpc64le similar to the one on
mips/mips64[1]. By adding flag "--without-hardening" to "./configure",
compiler option "-fzero-call-used-regs" will be removed when compiling. This
prevents certain functions from triggering the following ICE:

unimplemented: argument 'used' is not supported for '-fzero-call-used-regs' on this target

References
[1] https://git.openembedded.org/openembedded-core/commit/?id=5b290566519a87c563945a033cb49863317ad63d

Signed-off-by: William Lyu <William.Lyu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh_9.6p1.bb