[OE-core] [PATCH 2/2] edgerouter: libffi: fix build with soft-float tune

Burton, Ross ross.burton at intel.com
Tue May 17 10:57:24 UTC 2016


On 10 May 2016 at 01:48, Ruslan Babayev <ruslan at babayev.com> wrote:

> +Index: libffi-3.2.1/src/mips/n32.S
> +===================================================================
> +--- libffi-3.2.1.orig/src/mips/n32.S
> ++++ libffi-3.2.1/src/mips/n32.S
> +@@ -30,7 +30,7 @@
> +
> + /* Only build this code if we are compiling for n32 */
> +
> +-#if defined(FFI_MIPS_N32)
> ++#if defined(FFI_MIPS_N32) && !defined(__mips_soft_float)
> +
> + #define callback a0
> + #define bytes  a2
>

This patch needs a header saying what it does, your Signed-off-by, and an
Upstream-Status.

Also these patches are for meta-yocto-bsp, so should be sent to
poky at yoctoproject.org.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160517/d8f4630f/attachment-0002.html>


More information about the Openembedded-core mailing list