2
1

Config.in 283 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBGMP
  2. bool "gmp"
  3. default n
  4. help
  5. GNU Multiple Precision Arithmetic Library.
  6. http://www.swox.com/gmp/
  7. config BR2_PACKAGE_LIBGMP_HEADERS
  8. bool "gmp headers for target"
  9. default n
  10. depends on BR2_PACKAGE_LIBGMP
  11. help
  12. Install the gmp.h for the target.