From 35eecb23198fa0b7d463ef04e0717bbc39c760aa Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 28 Sep 2006 17:38:06 +0000 Subject: - add stubs for gmp and mpfr not yet enabled --- package/mpfr/Config.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/mpfr/Config.in (limited to 'package/mpfr/Config.in') 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. + -- cgit v1.2.3