aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-0/+6
| | | | That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
* Add the possibility to stop after a specified step.Yann E. MORIN"2007-05-251-1/+5
| | | | Update the Makefile help and the documentation accordingly.
* A little eye conady in the Makefile.Yann E. MORIN"2007-05-231-1/+3
|
* Implement a restart facility.Yann E. MORIN"2007-05-221-0/+3
| | | | | | | | If you select to debug ct-ng, then you have two new options: - DEBUG_CT_PAUSE_STEPS : pause between every steps, - DEBUG_CT_SAVE_STEPS : save state between every steps. To restart a saved state, just set the RESTART make variable when calling make: - make RESTART=<step_name>
* Make the debug config menu a generated file.Yann E. MORIN"2007-05-171-1/+1
| | | | | | Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
* Debug facilities:Yann E. MORIN"2007-05-171-3/+1
| | | | | | | | | | | | | | | | | | | - add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.
* Correctly handle the version string, defined in a single place now.Yann E. MORIN"2007-05-131-4/+3
| | | | Fix and update README.
* New make target to save the configured nad built!) toolchain.Yann E. MORIN"2007-05-121-0/+5
|
* Update the way we handle directories supplied by the user:Yann E. MORIN"2007-05-101-3/+3
| | | | | | | - the tarball directory is considered as a local copy, and tarballs are copied to a working area, - the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option, - the build dir has been renamed from 'build' to 'targets'. That should ease preparing a tarball of the resulting target.
* Don't print directories as we descend into them.Yann E. MORIN"2007-05-071-0/+3
|
* Merge the save-sample branch to trunk:Yann E. MORIN"2007-05-071-1/+5
| | | | | | - reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
* Maybe one time we'll have subdirs in the config/ directory: find all ↵Yann E. MORIN"2007-04-181-2/+1
| | | | | | dependencies for .config. Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
* Bump version to 0.0.2-svn (not released yet).Yann E. MORIN"2007-04-101-1/+1
|
* Mark the version to be 0.0.1. First released snapshot.Yann E. MORIN"2007-04-101-1/+1
|
* Use ${CT_TOP_DIR}/build as a base for build directories (used in default ↵Yann E. MORIN"2007-04-101-3/+3
| | | | | | | values for paths). Remove this directory on distclean (hard-coded). Mark the version to be 0.0.1-svn (no release yet).
* While migrating the samples to use ${CT_TOP_DIR}/build as base for the build ↵Yann E. MORIN"2007-04-101-2/+2
| | | | | | | directories, the Makefile rules stoped working. This is because 'all' depends on 'build', which does exist, and make believes there's noting to do. Work this around by using a rule named '_ct_build' instead of plain 'build'.
* Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"2007-03-121-3/+3
| | | | | | platform. A bit of help tweaking.
* Left-over dating from the conversion from .crosstool.config to plain .config.Yann E. MORIN"2007-03-041-4/+0
|
* Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"2007-02-241-0/+46
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(