Commit Graph

6 Commits

Author SHA1 Message Date
Yousong Zhou 13014e3633 libffi: patch n32.S to fix mips64 soft-float build
This should fix openwrt/packages#2511

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-17 09:55:20 +08:00
Gergely Kiss 6527ddb1ce libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-05-12 12:24:25 +02:00
Alexey Brodkin 2339a827c2 libffi: bump to version 3.2.1
Among many fixes and improvements this new version adds
support of ARC architecture (ARC port was actually introduced
in v3.1 but while at it why not to update to the most recent version).
Which allows to build dependent projects like Python etc.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-05-11 01:29:32 +02:00
Felix Fietkau 3a7a4bf179 libffi: fix MIPS softfloat build issue with current binutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 13:24:31 +01:00
Hauke Mehrtens 1ad9005e98 libffi: fix host build
My last commit c1137b6db7 "libffi: fix
libffi.pc file" broke the host build as that still placed the header
files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed
to /usr/include/ . With this patch I took the patch from Debian and
also made the install process to put the header files to /usr/include
in all situations.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-21 12:37:34 +01:00
Hauke Mehrtens c1137b6db7 libffi: fix libffi.pc file
The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11
/usr/lib/libffi-3.0.13/include which does not exists, this made glib2
fail to compile. The header files are copied to /usr/include so define
it in the libffi.pc file.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-18 22:52:52 +01:00