summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch')
-rw-r--r--meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch b/meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch
index 00a30a3554..397194bc93 100644
--- a/meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch
+++ b/meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch
@@ -1,12 +1,11 @@
1From 4149a7627a998731cc246d3f58a36808745d04c8 Mon Sep 17 00:00:00 2001 1From 14e2e74682db3bfcf057688f738fdd842a02ff2d Mon Sep 17 00:00:00 2001
2From: Carl Hurd <carl@Carls-MacBook-Pro.local> 2From: Carl Hurd <carl@Carls-MacBook-Pro.local>
3Date: Wed, 18 Jul 2018 09:04:32 -0400 3Date: Wed, 18 Jul 2018 09:04:32 -0400
4Subject: [PATCH] Fixed missed #ifndef for __mips_soft_float 4Subject: [PATCH] Fixed missed #ifndef for __mips_soft_float
5 5
6Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> 6Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
7---
8Upstream-Status: Submitted [https://github.com/libffi/libffi/pull/442] 7Upstream-Status: Submitted [https://github.com/libffi/libffi/pull/442]
9 8---
10 src/mips/o32.S | 2 ++ 9 src/mips/o32.S | 2 ++
11 1 file changed, 2 insertions(+) 10 1 file changed, 2 insertions(+)
12 11
@@ -26,6 +25,3 @@ index 44e74cb..799139b 100644
26 1: 25 1:
27 # prepare arguments for ffi_closure_mips_inner_O32 26 # prepare arguments for ffi_closure_mips_inner_O32
28 REG_L a0, 4($15) # cif 27 REG_L a0, 4($15) # cif
29--
302.21.0
31