summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-21 18:59:00 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-21 19:00:29 +0200
commit5e727af7c9b50781e13fe4ad99f7131309a00215 (patch)
tree3a809147a19df4977de51bbd5c7cb9327600adcf
parente49e3bd1fb371ab606ffa4cec4a1971480d4e55b (diff)
downloadembtoolkit-5e727af7c9b50781e13fe4ad99f7131309a00215.tar.gz
embtoolkit-5e727af7c9b50781e13fe4ad99f7131309a00215.tar.bz2
embtoolkit-5e727af7c9b50781e13fe4ad99f7131309a00215.tar.xz
embtoolkit-0.1.0-rc2embtoolkit-0.1.0-rc2
This is the second release candidate of Embedded systems Toolkit v0.1.0. Main changes are: * With this version you can now choose additional languages (C++, objective-C, objective-C++, fortran) supported by the toolchain built by embtoolkit. * Now it's possible to checkout svn trunk branch of eglibc. * Introduction of debugging systems: gdb (fo host and target) and starce. * Support build of root filesystems: cpio archive for initramfs, squashfs * Introduction of some new packages version: gcc-4.4.1, gcc-4.3.4, busybox-1.14.2, busybox-1.14.3 * Now users can again more fastly by specfying multiple parallel build jobs (depending of course of your host computer features). "ChangeLog":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/ChangeLog-embtoolkit-0.1.0-rc2 "ShortLog":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/ShortLog "Diffstat":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/diffstat-embtoolkit-0.1.0-rc2 *This version can be downloaded "here":ftp://ftp.embtoolkit.org/embtoolkit.org/embtk/embtoolkit-0.1.0-rc2/embtoolkit-0.1.0-rc2.tar.bz2* Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b9bf83..0e8ef92 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 0
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION