strip grub binary
[buildroot.git] / package / mpfr / Config.in
bloba7dabc9594518d273a605e54f44428fe5b4b4d58
1 config BR2_PACKAGE_LIBMPFR
2         bool "mpfr"
3         default n
4         default y if BR2_INSTALL_FORTRAN
5         select BR2_PACKAGE_LIBGMP
6         help
7           C library for multiple-precision floating-point computations
8           with exact rounding.
10           http://www.mpfr.org/
13 config BR2_PACKAGE_LIBMPFR_HEADERS
14         bool "mpfr headers for target"
15         default n
16         depends on BR2_PACKAGE_LIBMPFR
17         select BR2_PACKAGE_LIBGMP_HEADERS
18         help
19           Install the mpfr headers for the target.