summaryrefslogtreecommitdiff
path: root/kconfig/eglibc.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-30 12:25:12 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-30 12:25:12 +0200
commitc2a87df1477d760f73970935afd513f427a75582 (patch)
tree594985a97cf569acadf0c0052091aac841698c2c /kconfig/eglibc.kconfig
parent011c7b0279da21a64d4f580bd6695a5894552290 (diff)
downloadembtoolkit-c2a87df1477d760f73970935afd513f427a75582.tar.gz
embtoolkit-c2a87df1477d760f73970935afd513f427a75582.tar.bz2
embtoolkit-c2a87df1477d760f73970935afd513f427a75582.tar.xz
Toolchain: eglibc: add new eglibc-2.12
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/eglibc.kconfig')
-rw-r--r--kconfig/eglibc.kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/kconfig/eglibc.kconfig b/kconfig/eglibc.kconfig
index a014766..779b3a9 100644
--- a/kconfig/eglibc.kconfig
+++ b/kconfig/eglibc.kconfig
@@ -24,10 +24,11 @@
################################################################################
choice
prompt "EGLIBC branch to checkout"
- default EMBTK_EGLIBC_VERSION_2_11
help
EGLIBC branch to use.
+ config EMBTK_EGLIBC_VERSION_2_12
+ bool "eglibc-2.12"
config EMBTK_EGLIBC_VERSION_2_11
bool "eglibc-2.11"
config EMBTK_EGLIBC_VERSION_2_10
@@ -45,6 +46,7 @@ config EMBTK_EGLIBC_SVN_REVISION
This revision is the latest at EmbToolkit release. If at the
moment you build your toolchain new revision is available,
you can increase this value.
+ default 10495 if EMBTK_EGLIBC_VERSION_2_12
default 10454 if EMBTK_EGLIBC_VERSION_2_11
default 10152 if EMBTK_EGLIBC_VERSION_2_10
default 10153 if EMBTK_EGLIBC_VERSION_2_9
@@ -52,12 +54,14 @@ config EMBTK_EGLIBC_SVN_REVISION
config EMBTK_EGLIBC_BRANCH_STRING
string
+ default "2_12" if EMBTK_EGLIBC_VERSION_2_12
default "2_11" if EMBTK_EGLIBC_VERSION_2_11
default "2_10" if EMBTK_EGLIBC_VERSION_2_10
default "2_9" if EMBTK_EGLIBC_VERSION_2_9
config EMBTK_EGLIBC_VERSION_STRING
string
+ default "2.12" if EMBTK_EGLIBC_VERSION_2_12
default "2.11" if EMBTK_EGLIBC_VERSION_2_11
default "2.10" if EMBTK_EGLIBC_VERSION_2_10
default "2.9" if EMBTK_EGLIBC_VERSION_2_9
@@ -68,6 +72,10 @@ config EMBTK_EGLIBC_NEED_PATCH
bool
default y
+if EMBTK_EGLIBC_VERSION_2_12
+source "kconfig/eglibc-2.12.kconfig"
+endif
+
if EMBTK_EGLIBC_VERSION_2_11
source "kconfig/eglibc-2.11.kconfig"
endif