summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 21:16:13 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-07-29 21:16:13 +0200
commit391e5e8eba2d56464672d71e87c46d3523ade36d (patch)
tree7e5b53f9b49531018cd6ae2157db8203703c3ff4
parent4f0e369b6061472b2554b12ec11d8dff7a557192 (diff)
downloadembtoolkit-391e5e8eba2d56464672d71e87c46d3523ade36d.tar.gz
embtoolkit-391e5e8eba2d56464672d71e87c46d3523ade36d.tar.bz2
embtoolkit-391e5e8eba2d56464672d71e87c46d3523ade36d.tar.xz
Toolchain: eglibc: use int feature of kbluid instead of string
eglibc: use int feature of kbluid instead of string for svn revision. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/eglibc.kconfig15
-rw-r--r--mk/eglibc.mk2
2 files changed, 9 insertions, 8 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index d3e208a..17c0acf 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -1,7 +1,8 @@
-#########################################################################################
+################################################################################
# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# Copyright(C) 2009 GAYE Abdoulaye Walsimou. All rights reserved.
-# For Copyrright from linux kernel's build/configure system, see their source code
+# For Copyrright from linux kernel's build/configure system, see their source
+# code
#
# This program is free software; you can distribute it and/or modify it
# under the terms of the GNU General Public License
@@ -15,13 +16,13 @@
# 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 eglibc_version.kconfig
# \brief eglibc_version.kconfig of Embtoolkit
# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
# \date May 2009
-#########################################################################################
+################################################################################
choice
prompt "EGLIBC branch to checkout"
default EMBTK_EGLIBC_VERSION_2_10
@@ -35,10 +36,10 @@ choice
endchoice
config EMBTK_EGLIBC_SVN_REVISION
- string "EGLIBC SVN revision to checkout"
+ int "EGLIBC SVN revision to checkout"
help
- EGLIBC revision to use.
- default "8544"
+ EGLIBC svn revision to use.
+ default 8724
config EMBTK_EGLIBC_BRANCH_STRING
string
diff --git a/mk/eglibc.mk b/mk/eglibc.mk
index 3975f54..056de80 100644
--- a/mk/eglibc.mk
+++ b/mk/eglibc.mk
@@ -23,7 +23,7 @@
################################################################################
EGLIBC_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_EGLIBC_VERSION_STRING)))
EGLIBC_BRANCH := $(subst ",,$(strip $(CONFIG_EMBTK_EGLIBC_BRANCH_STRING)))
-EGLIBC_SVN_REVISION := $(subst ",,$(strip $(CONFIG_EMBTK_EGLIBC_SVN_REVISION)))
+EGLIBC_SVN_REVISION := $(CONFIG_EMBTK_EGLIBC_SVN_REVISION)
EGLIBC_SITE := http://www.eglibc.org
EGLIBC_SVN_SITE := svn://svn.eglibc.org
EGLIBC_PATCHES_SITE := ftp://ftp.embtoolkit.org/embtoolkit.org/eglibc/patches