From ab4f80ba8bb429fcc9f186d9a8c1bb2b2722f3f0 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 11 Feb 2012 21:44:47 +0100 Subject: Toolchain: gmp, mpfr, mpc are for toolchain internal - do not show them in kconfig Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/mpfr.kconfig | 47 ++++------------------------------------------- 1 file changed, 4 insertions(+), 43 deletions(-) (limited to 'kconfig/mpfr.kconfig') 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 # \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 -- cgit v1.2.3