summaryrefslogtreecommitdiffstats
path: root/package/libffi-sable/Config.in
blob: ae6525b65373f09eebbfc3045f627f5273891251 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/