summaryrefslogtreecommitdiff
path: root/docs/overview.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-9/+9
- ./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... :-(