1 From 48bc37fabbc685b1e3293055bd33ca66c619305e Mon Sep 17 00:00:00 2001
2 From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
3 Date: Wed, 13 Jan 2016 14:49:59 +0000
4 Subject: [PATCH] libffi: enable hardfloat in the MIPS assembly code
6 This way it will be possible to build it for soft-float. This is only a
7 temporary fix. The package needs to be fixed properly.
9 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
13 2 files changed, 2 insertions(+)
15 diff --git a/src/mips/n32.S b/src/mips/n32.S
16 index c6985d3..dc842d5 100644
27 diff --git a/src/mips/o32.S b/src/mips/o32.S
28 index eb27981..b653daf 100644
32 #define RA_OFF (SIZEOF_FRAME - 1 * FFI_SIZEOF_ARG)