diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-28 17:38:06 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-28 17:38:06 +0000 |
commit | 35eecb23198fa0b7d463ef04e0717bbc39c760aa (patch) | |
tree | 84301a27210b53cb74d5ed4f7453dacc62fa070e /package/mpfr/Config.in | |
parent | 2f85174dbf1a678437ce1daff211e74bcf188367 (diff) | |
download | buildroot-novena-35eecb23198fa0b7d463ef04e0717bbc39c760aa.tar.gz buildroot-novena-35eecb23198fa0b7d463ef04e0717bbc39c760aa.zip |
- add stubs for gmp and mpfr
not yet enabled
Diffstat (limited to 'package/mpfr/Config.in')
-rw-r--r-- | package/mpfr/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mpfr/Config.in b/package/mpfr/Config.in new file mode 100644 index 000000000..778e79e07 --- /dev/null +++ b/package/mpfr/Config.in @@ -0,0 +1,20 @@ +config BR2_PACKAGE_MPFR + bool "mpfr" + default n + default y if BR2_INSTALL_FORTRAN + select BR2_PACKAGE_GMP + help + C library for multiple-precision floating-point computations + with exact rounding. + + http://www.mpfr.org/ + + +config BR2_PACKAGE_MPFR_HEADERS + bool "mpfr headers for target" + default n + depends on BR2_PACKAGE_MPFR + select BR2_PACKAGE_GMP_HEADERS + help + Install the mpfr headers for the target. + |