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

Ruslan Babayev ruslan at babayev.com
Tue May 10 00:48:04 UTC 2016


Signed-off-by: Ruslan Babayev <ruslan at babayev.com>
---
 .../recipes-support/libffi/libffi/mips-n32-soft-float.patch | 13 +++++++++++++
 meta/recipes-support/libffi/libffi_3.2.1.bb                 |  1 +
 2 files changed, 14 insertions(+)
 create mode 100644 meta/recipes-support/libffi/libffi/mips-n32-soft-float.patch

diff --git a/meta/recipes-support/libffi/libffi/mips-n32-soft-float.patch b/meta/recipes-support/libffi/libffi/mips-n32-soft-float.patch
new file mode 100644
index 0000000..c901614
--- /dev/null
+++ b/meta/recipes-support/libffi/libffi/mips-n32-soft-float.patch
@@ -0,0 +1,13 @@
+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
diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb
index 72e25fb..5b57e79 100644
--- a/meta/recipes-support/libffi/libffi_3.2.1.bb
+++ b/meta/recipes-support/libffi/libffi_3.2.1.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3610bb17683a0089ed64055416b2ae1b"
 SRC_URI = "ftp://sourceware.org/pub/libffi/${BP}.tar.gz \
            file://not-win32.patch \
 	   file://0001-mips-Use-compiler-internal-define-for-linux.patch \
+           file://mips-n32-soft-float.patch \
 	   "
 
 SRC_URI[md5sum] = "83b89587607e3eb65c70d361f13bab43"
-- 
2.7.4




More information about the Openembedded-core mailing list