summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-13 23:44:03 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-13 23:44:03 +0100
commitd8edc8538f56cf44aa54fe25d35a7d7a5425716b (patch)
tree838cd7561884d63ee02f0315600d0b35dca9d6bb
parent1b64504610cc921b791d9d3c55620ab9ec6d52b2 (diff)
downloadembtoolkit-d8edc8538f56cf44aa54fe25d35a7d7a5425716b.tar.gz
embtoolkit-d8edc8538f56cf44aa54fe25d35a7d7a5425716b.tar.bz2
embtoolkit-d8edc8538f56cf44aa54fe25d35a7d7a5425716b.tar.xz
Toolchain: uclibc: add new uClibc-0.9.30.2
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/uclibc-kconfigs/uclibc.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfig/uclibc-kconfigs/uclibc.kconfig b/kconfig/uclibc-kconfigs/uclibc.kconfig
index 84fdcff..c26e6c5 100644
--- a/kconfig/uclibc-kconfigs/uclibc.kconfig
+++ b/kconfig/uclibc-kconfigs/uclibc.kconfig
@@ -30,15 +30,17 @@ comment "##############################"
choice
prompt "uClibc version to use"
- default EMBTK_UCLIBC_VERSION_0_9_30_1
help
Which uClibc version to use.
+ config EMBTK_UCLIBC_VERSION_0_9_30_2
+ bool "uClibc-0.9.30.2"
config EMBTK_UCLIBC_VERSION_0_9_30_1
bool "uClibc-0.9.30.1"
select EMBTK_UCLIBC_NEED_PATCH
config EMBTK_UCLIBC_VERSION_0_9_30
bool "uClibc-0.9.30"
+ depends on EMBTK_OLDPACKAGES
select EMBTK_UCLIBC_NEED_PATCH
config EMBTK_UCLIBC_VERSION_GIT
bool "Use a branch of uClibc git repository"
@@ -170,6 +172,7 @@ comment "Target Architecture Features and Options"
comment "----------------"
config EMBTK_UCLIBC_VERSION_STRING
string
+ default "0.9.30.2" if EMBTK_UCLIBC_VERSION_0_9_30_2
default "0.9.30.1" if EMBTK_UCLIBC_VERSION_0_9_30_1
default "0.9.30" if EMBTK_UCLIBC_VERSION_0_9_30
default "git" if EMBTK_UCLIBC_VERSION_GIT