buildroot/package/mpir/Config.in
Semyon Kolganov d996cb9d8a mpir: new package
Signed-off-by: Semyon Kolganov <semenak94@mail.ru>
[Thomas:
 - rewrap Config.in help text
 - add missing host-yasm dependency
 - remove custom MPIR_MAKE_OPTS, apparently not needed]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-04-13 23:04:15 +02:00

9 lines
191 B
Plaintext

config BR2_PACKAGE_MPIR
bool "mpir"
select BR2_PACKAGE_GMP
help
MPIR is a highly optimised library for bignum arithmetic
forked from the GMP bignum library.
http://www.mpir.org/