summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25Add the possibility to stop after a specified step.Yann E. MORIN"1-1/+5
Update the Makefile help and the documentation accordingly.
2007-05-23A little eye conady in the Makefile.Yann E. MORIN"1-1/+3
2007-05-22Implement a restart facility.Yann E. MORIN"1-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>
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"1-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.
2007-05-17Debug facilities:Yann E. MORIN"1-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.
2007-05-13Correctly handle the version string, defined in a single place now.Yann E. MORIN"1-4/+3
Fix and update README.
2007-05-12New make target to save the configured nad built!) toolchain.Yann E. MORIN"1-0/+5
2007-05-10Update the way we handle directories supplied by the user:Yann E. MORIN"1-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.
2007-05-07Don't print directories as we descend into them.Yann E. MORIN"1-0/+3
2007-05-07Merge the save-sample branch to trunk:Yann E. MORIN"1-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.
2007-04-18Maybe one time we'll have subdirs in the config/ directory: find all ↵Yann E. MORIN"1-2/+1
dependencies for .config. Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
2007-04-10Bump version to 0.0.2-svn (not released yet).Yann E. MORIN"1-1/+1
2007-04-10Mark the version to be 0.0.1. First released snapshot.crosstool-ng-0.0.1Yann E. MORIN"1-1/+1
2007-04-10Use ${CT_TOP_DIR}/build as a base for build directories (used in default ↵Yann E. MORIN"1-3/+3
values for paths). Remove this directory on distclean (hard-coded). Mark the version to be 0.0.1-svn (no release yet).
2007-04-10While migrating the samples to use ${CT_TOP_DIR}/build as base for the build ↵Yann E. MORIN"1-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'.
2007-03-12Auto-detect Darwin (MacOS-X) and disable libintl for during build for this ↵Yann E. MORIN"1-3/+3
platform. A bit of help tweaking.
2007-03-04Left-over dating from the conversion from .crosstool.config to plain .config.Yann E. MORIN"1-4/+0
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"1-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... :-(