diff options
Diffstat (limited to 'package/gmp/Config.in')
-rw-r--r-- | package/gmp/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/gmp/Config.in b/package/gmp/Config.in new file mode 100644 index 000000000..9e15ea37a --- /dev/null +++ b/package/gmp/Config.in @@ -0,0 +1,16 @@ +config BR2_PACKAGE_GMP + bool "gmp" + default n + help + GNU Multiple Precision Arithmetic Library. + + http://www.swox.com/gmp/ + + +config BR2_PACKAGE_GMP_HEADERS + bool "gmp headers for target" + default n + depends on BR2_PACKAGE_GMP + help + Install the gmp.h for the target. + |