Config.in 299 B

123456789
  1. config BR2_PACKAGE_LIBFFI
  2. bool "libffi"
  3. help
  4. The libffi library provides a portable, high level
  5. programming interface to various calling conventions. This
  6. allows a programmer to call any function specified by a call
  7. interface description at run-time.
  8. http://sourceware.org/libffi/