summaryrefslogtreecommitdiff
path: root/kconfig/gmp.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/gmp.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/gmp.kconfig')
-rw-r--r--kconfig/gmp.kconfig45
1 files changed, 4 insertions, 41 deletions
diff --git a/kconfig/gmp.kconfig b/kconfig/gmp.kconfig
index ca39877..3cb2dd0 100644
--- a/kconfig/gmp.kconfig
+++ b/kconfig/gmp.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,54 +18,17 @@
################################################################################
#
# \file gmp.kconfig
-# \brief gmp.kconfig of Embtoolkit
+# \brief gmp.kconfig of Embtoolkit for toolchain
# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date May 2009
################################################################################
-
-config EMBTK_HAVE_GMP
- bool
-
config EMBTK_HOST_HAVE_GMP
bool
default y
-choice
- prompt "Version of gmp you wish"
- depends on EMBTK_HOST_HAVE_GMP || EMBTK_HAVE_GMP
- help
- GMP is a free library for arbitrary precision arithmetic,
- operating on signed integers, rational numbers, and floating
- point numbers.
-
- config EMBTK_GMP_VERSION_5_0_4
- bool "gmp-5.0.4"
- config EMBTK_GMP_VERSION_4_3_2
- bool "gmp-4.3.2"
- config EMBTK_GMP_VERSION_4_3_1
- bool "gmp-4.3.1"
- depends on EMBTK_OLDPACKAGES
- config EMBTK_GMP_VERSION_4_3_0
- bool "gmp-4.3.0"
- depends on EMBTK_OLDPACKAGES
- config EMBTK_GMP_VERSION_4_2_4
- bool "gmp-4.2.4"
-endchoice
-
-config EMBTK_GMP_VERSION_STRING
+config EMBTK_GMP_HOST_VERSION_STRING
string
- default "5.0.4" if EMBTK_GMP_VERSION_5_0_4
- default "4.3.2" if EMBTK_GMP_VERSION_4_3_2
- default "4.3.1" if EMBTK_GMP_VERSION_4_3_1
- default "4.3.0" if EMBTK_GMP_VERSION_4_3_0
- default "4.2.4" if EMBTK_GMP_VERSION_4_2_4
-
-config EMBTK_GMP_NEED_PATCH
- bool
- select EMBTK_GMP_HOST_NEED_PATCH
-config EMBTK_GMP_NEED_AUTORECONF
- bool
- select EMBTK_GMP_HOST_NEED_AUTORECONF
+ default "5.0.4"
config EMBTK_GMP_HOST_NEED_PATCH
bool