1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 05:45:53 +03:00
openwrt-xburst/package/libffi-sable/Config.in
nico f66942ec35 enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-09-20 01:35:03 +00:00

12 lines
406 B
Plaintext

config BR2_PACKAGE_LIBFFI_SABLE
tristate "libffi-sable - Foreign Function Interface library (for sablevm)"
default m if CONFIG_DEVEL
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/