mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
d996cb9d8a
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>
9 lines
191 B
Plaintext
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/
|