aboutsummaryrefslogtreecommitdiff
path: root/docs/overview.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"2007-09-141-0/+36
|
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-151-8/+23
| | | | | Document overriding the number of // jobs. Some small documentation fixes.
* Fix the step shortcuts (using a dash would confuse make).Yann E. MORIN"2007-07-301-2/+2
|
* In overview.txt, document the two ways of using crosstool-NG: install and ↵Yann E. MORIN"2007-07-241-6/+82
| | | | | | | | --local. Fix some typos in overview.txt. Document populate's options, still in overview.txt. Credit the buildroot people for the patches I vampirise from time to time.
* Re-order and rework a bit docs/overview.txt. Plus a typo fix.Yann E. MORIN"2007-07-171-10/+12
|
* Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"2007-07-171-0/+16
| | | | crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
* Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.Yann E. MORIN"2007-07-131-0/+21
|
* Update man page to explictly point to overview.txt.Yann E. MORIN"2007-07-091-0/+29
| | | | In overview.txt, document usage of the populate script.
* Update the overview documentation.Yann E. MORIN"2007-07-041-8/+35
|
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-12/+13
| | | | | | | | | Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
* Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng ↵Yann E. MORIN"2007-07-021-16/+16
| | | | [action]" in lieu of "make [action]".
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-9/+9
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Better handling of the steps lists:Yann E. MORIN"2007-06-261-16/+3
| | | | | | - new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
* The log file is no longer configurable: it is always ↵Yann E. MORIN"2007-06-171-4/+0
| | | | | | | | "${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes.
* scripts/showSamples.sh:Yann E. MORIN"2007-06-171-64/+75
| | | | | | | | | | | | - revert sample dumping to not show the components versions; docs/overview.txt: - reorder docs/overview.txt so that configuring comes before running, - tell about regtest; Makefile: config/global.in: - point to docs/overview.txt for the list of steps;
* Revert revision 201: renaming the two cc_core passes was a bad idea.Yann E. MORIN"2007-06-021-2/+2
|
* Rename two steps to their real names:Yann E. MORIN"2007-06-011-2/+2
| | | | | - cc_core_pass_1 is really cc_core_static, - cc_core_pass_2 is really cc_core_shared.
* Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"2007-06-011-2/+3
| | | | away...).
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-1/+14
| | | | 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-3/+37
| | | | Update the Makefile help and the documentation accordingly.
* update the documentation somewhat. Still not complete, though... :-(Yann E. MORIN"2007-05-131-4/+79
|
* Once in a while I write some documentation... Not often enough...Yann E. MORIN"2007-04-171-2/+63
|
* Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"2007-02-241-0/+108
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... :-(