summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-29 22:51:07 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-29 22:51:07 +0200
commitb7ff5c732efe890ea043cdbd00fde8653eca60eb (patch)
treeec2711c56dd7ee0962c9964a7f24bbfdc684486b /kconfig
parent19bd51cad067aab22a5905c48b4a2674a2f8e62b (diff)
downloadembtoolkit-b7ff5c732efe890ea043cdbd00fde8653eca60eb.tar.gz
embtoolkit-b7ff5c732efe890ea043cdbd00fde8653eca60eb.tar.bz2
embtoolkit-b7ff5c732efe890ea043cdbd00fde8653eca60eb.tar.xz
Toolchain: mpc: add mpc-0.8.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/mpchost.kconfig26
1 files changed, 15 insertions, 11 deletions
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 <http://www.gnu.org/licenses/>.
#
-# 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?