CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/05/01 04:11:54
Modified files:
devel/libffi : Makefile
devel/libffi/patches: patch-configure
Added files:
devel/libffi/files: m88k_ffi.c m88k_ffitarget.h m88k_obsd.S
vax_aoutbsd.S vax_ffi.c vax_ffitarget.h
devel/libffi/patches: patch-Makefile_in patch-src_m68k_ffi_c
patch-src_m68k_sysv_S
Log message:
Fix m68k support (Linux/ELF uses a slightly different calling convention than
SysV/m68k, which NetBSD and OpenBSD follow).
Add m88k/ELF support.
Add vax/a.out support.
All tests from the libffi.call dejagnu testsuite pass on these three platforms.
ok jasper@