summaryrefslogtreecommitdiff
path: root/package/gmp/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-28 17:38:06 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-28 17:38:06 +0000
commit35eecb23198fa0b7d463ef04e0717bbc39c760aa (patch)
tree84301a27210b53cb74d5ed4f7453dacc62fa070e /package/gmp/Config.in
parent2f85174dbf1a678437ce1daff211e74bcf188367 (diff)
- add stubs for gmp and mpfr
not yet enabled
Diffstat (limited to 'package/gmp/Config.in')
-rw-r--r--package/gmp/Config.in16
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.
+