From b7ff5c732efe890ea043cdbd00fde8653eca60eb Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 29 Aug 2010 22:51:07 +0200 Subject: Toolchain: mpc: add mpc-0.8.2 Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/mpchost.kconfig | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'kconfig') diff --git a/kconfig/mpchost.kconfig b/kconfig/mpchost.kconfig index 78d27ea..d0361cb 100644 --- a/kconfig/mpchost.kconfig +++ b/kconfig/mpchost.kconfig @@ -1,19 +1,20 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2009 Abdoulaye Walsimou GAYE. All rights reserved. +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. # -# This program is free software; you can distribute it and/or modify it -# under the terms of the GNU General Public License -# (Version 2 or later) published by the Free Software Foundation. +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. ################################################################################ # # \file mpchost.kconfig @@ -29,6 +30,8 @@ choice arbitrarily high precision and correct rounding of the result. MPC is mandatory to build GCC + config EMBTK_MPC_HOST_VERSION_0_8_2 + bool "mpc-0.8.2" config EMBTK_MPC_HOST_VERSION_0_8_1 bool "mpc-0.8.1" endchoice @@ -36,6 +39,7 @@ endchoice #Version string config EMBTK_MPC_HOST_VERSION_STRING string + default "0.8.2" if EMBTK_MPC_HOST_VERSION_0_8_2 default "0.8.1" if EMBTK_MPC_HOST_VERSION_0_8_1 #Does we need patches? -- cgit v1.2.3