blob: 2186062ad7e2aa36de732b7aebf4a525d3099fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config ADK_PACKAGE_LIBFFI
prompt "libffi.......................... Foreign Function Interface library"
tristate
default n
help
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.
http://sources.redhat.com/libffi/
|