1config BR2_PACKAGE_GMP 2 bool "gmp" 3 help 4 GNU Multiple Precision Arithmetic Library. 5 6 http://gmplib.org/ 7 8if BR2_PACKAGE_GMP 9 10config BR2_PACKAGE_GMP_STATIC 11 bool "Enable static" 12 default y if BR2_STATIC_LIBS 13 14endif 15