summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Make sure to not restart the toolchain build process when it is already doneAbdoulaye Walsimou Gaye2009-09-23
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>
* embtoolkit-0.1.0-rc3embtoolkit-0.1.0-rc3Abdoulaye Walsimou Gaye2009-09-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Use make instead of MAKE in top level MakefileAbdoulaye Walsimou Gaye2009-09-06
|
* embtoolkit-0.1.0-rc2embtoolkit-0.1.0-rc2Abdoulaye Walsimou Gaye2009-08-21
| | | | | | | | | | | | | | | | | | | | | | 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>
* Fix ugly bug which leads embtk to enter in a infinite loopAbdoulaye Walsimou Gaye2009-08-21
| | | | | | | Fix ugly bug which leads embtk to enter in a infinite loop. This bug come from f0597cd66d635e1ef3c0a413756ec68732e631a9 Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Create a target to build/install packages intented to run on hostAbdoulaye Walsimou Gaye2009-08-11
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Make number of parallel build jobs available through J env variableAbdoulaye Walsimou Gaye2009-07-25
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Create EMBTK_MCU_FLAG env var to help build of multiple toolchain ↵Abdoulaye Walsimou Gaye2009-07-18
| | | | | | within Embtk Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* embtoolkit-0.1.0-rc1embtoolkit-0.1.0-rc1Abdoulaye Walsimou Gaye2009-07-06
|
* Embtk: update help targetAbdoulaye Walsimou Gaye2009-06-21
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Use successful_build target instead of announce it after rootfs buildAbdoulaye Walsimou Gaye2009-06-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: complete help target with busybox_configAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: complete help targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: Correct help message and include .config.old in files removed by ↵Abdoulaye Walsimou Gaye2009-06-15
| | | | | | distclean Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: create distclean targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtk: create help targetAbdoulaye Walsimou Gaye2009-06-15
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Busybox: give user the ability configure BusyboxAbdoulaye Walsimou Gaye2009-06-14
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* EMBTK: add .fakeroot* in files removed by cleanAbdoulaye Walsimou Gaye2009-06-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Rootfs: Introduce rootfs build in EMBTK main build processAbdoulaye Walsimou Gaye2009-06-01
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Packages: include packages Makefile in main MakefileAbdoulaye Walsimou Gaye2009-05-30
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: rewrite root Makefile in order to use .config.old fileAbdoulaye Walsimou Gaye2009-05-23
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Avoid having underscore in file name and modify files which use them ↵Abdoulaye Walsimou Gaye2009-05-19
| | | | | | according this change Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Add config.guess for better build host determinationAbdoulaye Walsimou Gaye2009-05-16
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Determinate on which host we are and add some macrosAbdoulaye Walsimou Gaye2009-05-13
| | | | | | | | This patch modifies the main Makefile in order to determinate on which host we are when we build the toolchain. It also introduce a new file mk/macros.mk which will define some usefull macros Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Toolchain: Adds binutils buildAbdoulaye Walsimou Gaye2009-05-12
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* toolchain: work on building gmp and mpfr for the toolchainAbdoulaye Walsimou Gaye2009-05-12
| | | | | | | This patch is an initial work in order to get and build mpfr and gmp, for the toolchain. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Embtoolkit: Fisrt commitAbdoulaye Walsimou Gaye2009-05-12
This is the first commit in the embedded system toolkit git repository, formaly embtoolkit. This porject aims to design a tool which helps on building an embedded linux system. The goal of this porject is to use EGLIBC as C Library for linux systems generated. This initial commit is manely just a backup in order to save work done. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>