summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-16 12:24:57 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-16 12:24:57 +0100
commit0805a7e6c2c07d4ac872c813b0771085c3236f56 (patch)
tree6532b36311895650c3dc645e0f3e063ec9f554c9 /kconfig
parent3ea292044efd6383013e79f647551db72d548c1b (diff)
downloadembtoolkit-0805a7e6c2c07d4ac872c813b0771085c3236f56.tar.gz
embtoolkit-0805a7e6c2c07d4ac872c813b0771085c3236f56.tar.bz2
embtoolkit-0805a7e6c2c07d4ac872c813b0771085c3236f56.tar.xz
Toolchain: binutils: use generic download macro
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/binutils.kconfig35
1 files changed, 22 insertions, 13 deletions
diff --git a/kconfig/binutils.kconfig b/kconfig/binutils.kconfig
index 19d9d1d..cfa6cd9 100644
--- a/kconfig/binutils.kconfig
+++ b/kconfig/binutils.kconfig
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2009-2011 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 2 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 binutils.kconfig
@@ -29,20 +30,28 @@ choice
will use.
config EMBTK_BINUTILS_VERSION_2_20_1
bool "binutils-2.20.1"
+ select EMBTK_BINUTILS_PKG_IS_TARBZ2
config EMBTK_BINUTILS_VERSION_2_20
bool "binutils-2.20"
+ select EMBTK_BINUTILS_PKG_IS_TARBZ2
config EMBTK_BINUTILS_VERSION_2_19_1
bool "binutils-2.19.1"
+ select EMBTK_BINUTILS_PKG_IS_TARBZ2
select EMBTK_BINUTILS_NEED_PATCH
endchoice
-config EMBTK_BINUTILS_NEED_PATCH
- bool
-
config EMBTK_BINUTILS_VERSION_STRING
string
default "2.20.1" if EMBTK_BINUTILS_VERSION_2_20_1
default "2.20" if EMBTK_BINUTILS_VERSION_2_20
default "2.19.1" if EMBTK_BINUTILS_VERSION_2_19_1
+config EMBTK_BINUTILS_NEED_PATCH
+ bool
+config EMBTK_BINUTILS_NEED_AUTORECONF
+ bool
+config EMBTK_BINUTILS_PKG_IS_TARGZ
+ bool
+config EMBTK_BINUTILS_PKG_IS_TARBZ2
+ bool