From 5e727af7c9b50781e13fe4ad99f7131309a00215 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 21 Aug 2009 18:59:00 +0200 Subject: embtoolkit-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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3