ebc9067a31
Update devel/libffi to 3.3.0 This adds support for RISC-V Changelog: https://github.com/libffi/libffi/releases/tag/v3.3 PR: 247028 (exp-run) Reviewed by: kp, linimon, arrowd exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D25163
6 lines
243 B
Text
6 lines
243 B
Text
The libffi library provides a portable, high level programming
|
|
interface to various calling conventions. This allows a programmer to
|
|
call any function specified by a call interface description at run
|
|
time.
|
|
|
|
WWW: https://sourceware.org/libffi/
|