summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-26 00:31:49 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-26 00:31:49 +0200
commit2a973aa4cbc705da4be1c448cd4cd81dca42b26a (patch)
treee7710c31750d01866f028a9dbf0b40391e01fa30
parentb232b85abc984675204fd9a7c855e8ec79ba9a86 (diff)
downloadembtoolkit-2a973aa4cbc705da4be1c448cd4cd81dca42b26a.tar.gz
embtoolkit-2a973aa4cbc705da4be1c448cd4cd81dca42b26a.tar.bz2
embtoolkit-2a973aa4cbc705da4be1c448cd4cd81dca42b26a.tar.xz
Toolchain: eglibc: add eglibc v2.19 and update other branches revision
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
l---------core/kconfig/eglibc-kconfigs/eglibc-2.19.kconfig1
-rw-r--r--core/kconfig/eglibc.kconfig26
l---------core/mk/eglibc/eglibc-2.19-options.mk1
3 files changed, 20 insertions, 8 deletions
diff --git a/core/kconfig/eglibc-kconfigs/eglibc-2.19.kconfig b/core/kconfig/eglibc-kconfigs/eglibc-2.19.kconfig
new file mode 120000
index 0000000..a646a08
--- /dev/null
+++ b/core/kconfig/eglibc-kconfigs/eglibc-2.19.kconfig
@@ -0,0 +1 @@
+eglibc-trunk.kconfig \ No newline at end of file
diff --git a/core/kconfig/eglibc.kconfig b/core/kconfig/eglibc.kconfig
index 6ad68cc..442237b 100644
--- a/core/kconfig/eglibc.kconfig
+++ b/core/kconfig/eglibc.kconfig
@@ -36,6 +36,8 @@ choice
help
EGLIBC branch to use.
+ config EMBTK_EGLIBC_VERSION_2_19
+ bool "eglibc-2.19"
config EMBTK_EGLIBC_VERSION_2_17
bool "eglibc-2.17"
config EMBTK_EGLIBC_VERSION_TRUNK
@@ -45,26 +47,30 @@ endchoice
config EMBTK_EGLIBC_SVN_REVISION
int "EGLIBC SVN revision to checkout (Please read the help below)"
help
- EGLIBC svn revision to use.
- 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.
+ EGLIBC svn revision to use.
+ 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 25090 if EMBTK_EGLIBC_VERSION_2_17
- default 25088 if EMBTK_EGLIBC_VERSION_TRUNK
+ default 25243 if EMBTK_EGLIBC_VERSION_2_19
+ default 25239 if EMBTK_EGLIBC_VERSION_2_17
+ default 25237 if EMBTK_EGLIBC_VERSION_TRUNK
comment "At EmbToolkit release, valid eglibc svn revisions are:"
-comment "svn revision 25090 for eglibc-2.17"
-comment "svn revision 25088 for eglibc-trunk (development version)"
+comment "svn revision 25243 for eglibc-2.19"
+comment "svn revision 25239 for eglibc-2.17"
+comment "svn revision 25237 for eglibc-trunk (development version)"
comment ""
config EMBTK_EGLIBC_SVN_BRANCH
string
+ default "branches/eglibc-2_19" if EMBTK_EGLIBC_VERSION_2_19
default "branches/eglibc-2_17" if EMBTK_EGLIBC_VERSION_2_17
default "trunk" if EMBTK_EGLIBC_VERSION_TRUNK
config EMBTK_EGLIBC_VERSION_STRING
string
+ default "2.19" if EMBTK_EGLIBC_VERSION_2_19
default "2.17" if EMBTK_EGLIBC_VERSION_2_17
default "trunk" if EMBTK_EGLIBC_VERSION_TRUNK
@@ -104,6 +110,10 @@ config EMBTK_EGLIBC_DISABLE_VERSIONING
versioning, answer yes here.
+if EMBTK_EGLIBC_VERSION_2_19
+source "core/kconfig/eglibc-kconfigs/eglibc-2.19.kconfig"
+endif
+
if EMBTK_EGLIBC_VERSION_2_17
source "core/kconfig/eglibc-kconfigs/eglibc-2.17.kconfig"
endif
diff --git a/core/mk/eglibc/eglibc-2.19-options.mk b/core/mk/eglibc/eglibc-2.19-options.mk
new file mode 120000
index 0000000..5604f57
--- /dev/null
+++ b/core/mk/eglibc/eglibc-2.19-options.mk
@@ -0,0 +1 @@
+eglibc-trunk-options.mk \ No newline at end of file