aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-022-33/+30
| | | | | | | | | 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-012-9/+183
| | | | | | | | - ./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... :-(