summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2-11/+26
Document overriding the number of // jobs. Some small documentation fixes.
2007-07-30Small typo fix.Yann E. MORIN"1-1/+1
2007-07-30Fix the step shortcuts (using a dash would confuse make).Yann E. MORIN"1-2/+2
2007-07-24In overview.txt, document the two ways of using crosstool-NG: install and ↵Yann E. MORIN"2-6/+85
--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.
2007-07-22Fix a typo in CREDITS.Yann E. MORIN"1-1/+1
2007-07-22Move CREDITS to docs/Yann E. MORIN"1-0/+24
Be a bit verbose when restoring a sample.
2007-07-17Re-order and rework a bit docs/overview.txt. Plus a typo fix.Yann E. MORIN"1-10/+12
2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"1-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.
2007-07-13Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.Yann E. MORIN"1-0/+21
2007-07-09Update man page to explictly point to overview.txt.Yann E. MORIN"2-1/+34
In overview.txt, document usage of the populate script.
2007-07-04Update the overview documentation.Yann E. MORIN"1-8/+35
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"2-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.
2007-07-02Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng ↵Yann E. MORIN"1-16/+16
[action]" in lieu of "make [action]".
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2-9/+183
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-26Better handling of the steps lists:Yann E. MORIN"1-16/+3
- new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
2007-06-17The log file is no longer configurable: it is always ↵Yann E. MORIN"1-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.
2007-06-17scripts/showSamples.sh:Yann E. MORIN"1-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;
2007-06-02Revert revision 201: renaming the two cc_core passes was a bad idea.Yann E. MORIN"1-2/+2
2007-06-01Rename two steps to their real names:Yann E. MORIN"1-2/+2
- cc_core_pass_1 is really cc_core_static, - cc_core_pass_2 is really cc_core_shared.
2007-06-01Introduce the notion of tols facilities (none so far, sstrip coming right ↵Yann E. MORIN"1-2/+3
away...).
2007-05-27Merge the NPTL stuff.Yann E. MORIN"1-1/+14
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
2007-05-25Add the possibility to stop after a specified step.Yann E. MORIN"1-3/+37
Update the Makefile help and the documentation accordingly.
2007-05-13update the documentation somewhat. Still not complete, though... :-(Yann E. MORIN"1-4/+79
2007-04-17Once in a while I write some documentation... Not often enough...Yann E. MORIN"1-2/+63
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"1-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... :-(