## SECTION=system_libraries # # rules/libgmp.in # menuconfig LIBGMP tristate prompt "libgmp " help Compiles the GNU Multiprecision libraries for your target system. See http://gmplib.org/ for info about it. if LIBGMP config LIBGMP_SHARED bool default y prompt "Create shared library" help Create a shared library and install it into /usr/lib config LIBGMP_STATIC bool prompt "Create static link library" help Create a static link library and install it into /usr/lib. Normally not needed. endif