summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 16:45:18 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-12 16:45:18 +0200
commit5efd6f5997018cfe9b00fccf9d9e37276298d253 (patch)
tree517d575c820a0ae96bb8886b1ce96ece83088462 /kconfig
parente1875213606eb8269056d0623e25efbc87aea4fe (diff)
downloadembtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.gz
embtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.bz2
embtoolkit-5efd6f5997018cfe9b00fccf9d9e37276298d253.tar.xz
Toolchain: remove some gmp versions, give ability to patch mpfr
This patch remove some gmp version in its .kconfig file. It also gives now the ability to apply patch from mpfr.org. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/gmphost.kconfig12
-rw-r--r--kconfig/mpfrhost.kconfig8
2 files changed, 9 insertions, 11 deletions
diff --git a/kconfig/gmphost.kconfig b/kconfig/gmphost.kconfig
index 22e752e..46160a9 100644
--- a/kconfig/gmphost.kconfig
+++ b/kconfig/gmphost.kconfig
@@ -37,20 +37,10 @@ choice
bool "gmp-4.3.0"
config EMBTK_GMP_HOST_VERSION_4_2_4
bool "gmp-4.2.4"
- config EMBTK_GMP_HOST_VERSION_4_2_3
- bool "gmp-4.2.3"
- config EMBTK_GMP_HOST_VERSION_4_2_2
- bool "gmp-4.2.2"
- config EMBTK_GMP_HOST_VERSION_4_2_1
- bool "gmp-4.2.1"
endchoice
config EMBTK_GMP_HOST_VERSION_STRING
string
default "4.3.1" if EMBTK_GMP_HOST_VERSION_4_3_1
-default "4.3.0" if EMBTK_MPFR_HOST_VERSION_4_3_0
+default "4.3.0" if EMBTK_GMP_HOST_VERSION_4_3_0
default "4.2.4" if EMBTK_GMP_HOST_VERSION_4_2_4
-default "4.2.3" if EMBTK_GMP_HOST_VERSION_4_2_3
-default "4.2.2" if EMBTK_GMP_HOST_VERSION_4_2_2
-default "4.2.1" if EMBTK_GMP_HOST_VERSION_4_2_1
-
diff --git a/kconfig/mpfrhost.kconfig b/kconfig/mpfrhost.kconfig
index 791be26..f36602f 100644
--- a/kconfig/mpfrhost.kconfig
+++ b/kconfig/mpfrhost.kconfig
@@ -36,8 +36,16 @@ choice
bool "mpfr-2.4.0"
endchoice
+#Version string
config EMBTK_MPFR_HOST_VERSION_STRING
string
default "2.4.1" if EMBTK_MPFR_HOST_VERSION_2_4_1
default "2.4.0" if EMBTK_MPFR_HOST_VERSION_2_4_0
+#Does we need patches?
+config EMBTK_MPFR_HOST_VERSION_PATCH
+ depends on EMBTK_MPFR_HOST_VERSION_2_4_1 || EMBTK_MPFR_HOST_VERSION_2_4_0
+ bool
+ default y
+
+