mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Update project URL and _SITE as the previous site is no longer available, see: https://github.com/wbhart/mpir/pull/298 Fixes: https://autobuild.buildroot.net/results/7e961af4261a6c883d0b5c37e2ebf20c632f842f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
201 B
Plaintext
9 lines
201 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.
|
|
|
|
https://github.com/wbhart/mpir
|