summaryrefslogtreecommitdiff
path: root/kconfig/mpfr.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 21:44:47 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 21:44:47 +0100
commitab4f80ba8bb429fcc9f186d9a8c1bb2b2722f3f0 (patch)
tree306a063388eaa09437940beff2b6d296afd52580 /kconfig/mpfr.kconfig
parent0b41bd08eed7d1362b1ebdc28ea87f840d02a5a4 (diff)
downloadembtoolkit-ab4f80ba8bb429fcc9f186d9a8c1bb2b2722f3f0.tar.gz
embtoolkit-ab4f80ba8bb429fcc9f186d9a8c1bb2b2722f3f0.tar.bz2
embtoolkit-ab4f80ba8bb429fcc9f186d9a8c1bb2b2722f3f0.tar.xz
Toolchain: gmp, mpfr, mpc are for toolchain internal - do not show them in kconfig
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/mpfr.kconfig')
-rw-r--r--kconfig/mpfr.kconfig47
1 files changed, 4 insertions, 43 deletions
diff --git a/kconfig/mpfr.kconfig b/kconfig/mpfr.kconfig
index 91de2e7..a944cf8 100644
--- a/kconfig/mpfr.kconfig
+++ b/kconfig/mpfr.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,59 +18,20 @@
################################################################################
#
# \file mpfr.kconfig
-# \brief mpfr.kconfig of Embtoolkit
+# \brief mpfr.kconfig of Embtoolkit for toolchain
# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
-config EMBTK_HAVE_MPFR
- bool
-
config EMBTK_HOST_HAVE_MPFR
bool
default y
-choice
- prompt "Version of mpfr you wish"
- depends on EMBTK_HAVE_MPFR || EMBTK_HOST_HAVE_MPFR
- help
- The MPFR library is a C library for multiple-precision
- floating-point computations with correct rounding.
- MPFR is mandatory to build GCC
-
- config EMBTK_MPFR_VERSION_2_4_2
- bool "mpfr-2.4.2"
- select EMBTK_MPFR_NEED_PATCH
- config EMBTK_MPFR_HOST_VERSION_2_4_1
- bool "mpfr-2.4.1"
- select EMBTK_MPFR_NEED_PATCH
- config EMBTK_MPFR_VERSION_2_4_0
- bool "mpfr-2.4.0"
- select EMBTK_MPFR_NEED_PATCH
-endchoice
-
-config EMBTK_MPFR_VERSION_STRING
+config EMBTK_MPFR_HOST_VERSION_STRING
string
- default "2.4.2" if EMBTK_MPFR_VERSION_2_4_2
- default "2.4.1" if EMBTK_MPFR_VERSION_2_4_1
- default "2.4.0" if EMBTK_MPFR_VERSION_2_4_0
-
-config EMBTK_MPFR_NEED_PATCH
- bool
- select EMBTK_MPFR_HOST_NEED_PATCH
-config EMBTK_MPFR_NEED_AUTORECONF
- bool
- select EMBTK_MPFR_HOST_NEED_AUTORECONF
-config EMBTK_MPFR_PKG_IS_TARGZ
- bool
-config EMBTK_MPFR_PKG_IS_TARBZ2
- bool
+ default "2.4.2"
config EMBTK_MPFR_HOST_NEED_PATCH
bool
config EMBTK_MPFR_HOST_NEED_AUTORECONF
bool
-config EMBTK_MPFR_HOST_PKG_IS_TARGZ
- bool
-config EMBTK_MPFR_HOST_PKG_IS_TARBZ2
- bool