aboutsummaryrefslogtreecommitdiff
path: root/libs/libffi/patches/100-fix_mips_softfloat.patch
Commit message (Collapse)AuthorAge
* libffi: bump to 3.4.2Stijn Tintel2021-08-07
| | | | | | | | Remove both patches as they have been upstreamed. This new release is only available on Github and does not ship configure or Makefile, so autoreconf is needed. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libffi: update to 3.3Rosen Penev2020-03-28
| | | | | | | | | | Remove autoreconf. autotools files are no longer patched. Add PKG_BUILD_PARALLEL for faster compilation. Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libffi: patch n32.S to fix mips64 soft-float buildYousong Zhou2016-08-17
| | | | | | This should fix openwrt/packages#2511 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libffi: fix MIPS softfloat build issue with current binutilsFelix Fietkau2016-01-20
Signed-off-by: Felix Fietkau <nbd@openwrt.org>