summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libffi/libffi_3.3.bb
diff options
context:
space:
mode:
authorBrett Warren <brett.warren@arm.com>2020-12-07 13:42:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:15:30 +0000
commit01e8c53488dd5ebb206bef2415549e8ac1ac7601 (patch)
treecbc25cdf1cc8736cea718634d402adb53d2f0c93 /meta/recipes-support/libffi/libffi_3.3.bb
parentad4f82742c6f32b35e2b965a32cccc96aad02d19 (diff)
downloadopenembedded-core-contrib-01e8c53488dd5ebb206bef2415549e8ac1ac7601.tar.gz
libffi: add patch to revert clang VFP workaround
Patch is added to address an issue preventing libffi from compiling under clang. Change-Id: I55e36d252ec8e84de9b35fea18044c2c0e8c5aab Signed-off-by: Brett Warren <brett.warren@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libffi/libffi_3.3.bb')
-rw-r--r--meta/recipes-support/libffi/libffi_3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.3.bb b/meta/recipes-support/libffi/libffi_3.3.bb
index 9dfdb9e39b..10ef003242 100644
--- a/meta/recipes-support/libffi/libffi_3.3.bb
+++ b/meta/recipes-support/libffi/libffi_3.3.bb
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=492385fe22195952f5b9b197868ba268"
SRC_URI = "https://github.com/libffi/libffi/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
file://not-win32.patch \
file://0001-Fixed-missed-ifndef-for-__mips_soft_float.patch \
+ file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
file://0001-powerpc-fix-build-failure-on-power7-and-older-532.patch \
file://0001-Address-platforms-with-no-__int128.patch \
file://0001-Address-platforms-with-no-__int128-part2.patch \