summaryrefslogtreecommitdiffstats
path: root/rules/libffi.in
blob: eb85dc5269c02aa3a7f0f77348badeeb02a59c8e (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=system_libraries

config LIBFFI
	tristate
	prompt "libffi"
	select GCCLIBS_GCC_S
	help
	  A foreign function interface is the popular name for the
	  interface that allows code written in one language to call
	  code written in another language.