Config.in 261 B

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