Microblaze: added architecture support for both big endian and low endian
[buildroot-gz.git] / package / libffi / Config.in
blob7211f8fa79a64f101a9a1c3b91be4cd073e6e1d7
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.
9           http://sourceware.org/libffi/