| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 7 | -46/+60 |
| * | Offer an option to build the gdbserver statically. This helps in case of debu... | Yann E. MORIN" | 2007-06-17 | 1 | -0/+6 |
| * | The log file is no longer configurable: it is always "${CT_PREFIX_DIR}/build.... | Yann E. MORIN" | 2007-06-17 | 2 | -26/+25 |
| * | scripts/showSamples.sh: | Yann E. MORIN" | 2007-06-17 | 1 | -3/+0 |
| * | Add the "regtest" make target: call "make regtest", and all samples wil be bu... | Yann E. MORIN" | 2007-06-17 | 1 | -45/+54 |
| * | scripts/functions is responsible for initiating the log file. | Yann E. MORIN" | 2007-06-16 | 3 | -8/+9 |
| * | Fix printing components' file names. | Yann E. MORIN" | 2007-06-16 | 7 | -8/+11 |
| * | Add a function to print each component's filename: this eases building the ta... | Yann E. MORIN" | 2007-06-16 | 10 | -8/+79 |
| * | When searching a matching extension for a file, also check for the empty exte... | Yann E. MORIN" | 2007-06-16 | 1 | -1/+4 |
| * | Add two te;plates on how to add a new tool/debug facility. | Yann E. MORIN" | 2007-06-16 | 2 | -0/+100 |
| * | Stale log files are now named "log.*", not "*.log". | Yann E. MORIN" | 2007-06-04 | 1 | -1/+1 |
| * | Small eye-candy fix. | Yann E. MORIN" | 2007-06-04 | 1 | -1/+1 |
| * | Be a little more explicit when the user wants to restart a non-restartable bu... | Yann E. MORIN" | 2007-06-02 | 1 | -1/+2 |
| * | Revert revision 201: renaming the two cc_core passes was a bad idea. | Yann E. MORIN" | 2007-06-02 | 1 | -2/+2 |
| * | scripts/build/libc_glibc.sh: | Yann E. MORIN" | 2007-06-02 | 1 | -50/+43 |
| * | Rename two steps to their real names: | Yann E. MORIN" | 2007-06-01 | 1 | -2/+2 |
| * | Add the first tool facility: sstrip. | Yann E. MORIN" | 2007-06-01 | 1 | -0/+71 |
| * | Introduce the notion of tols facilities (none so far, sstrip coming right awa... | Yann E. MORIN" | 2007-06-01 | 2 | -0/+38 |
| * | Messages from the downloaders should be tagged ALL, not DEBUG. | Yann E. MORIN" | 2007-06-01 | 1 | -2/+2 |
| * | Small fix in the log level when dumping the last messages (elapsed time). | Yann E. MORIN" | 2007-05-29 | 1 | -2/+3 |
| * | Fix and enhance the STOP/RESTART facility. | Yann E. MORIN" | 2007-05-28 | 1 | -10/+18 |
| * | Don't start a state restoration if it is not available. | Yann E. MORIN" | 2007-05-28 | 1 | -4/+4 |
| * | Fix libfloat when calling the compiler: | Yann E. MORIN" | 2007-05-27 | 1 | -5/+4 |
| * | Forgot to remove all build system tools from the generated toolchain. | Yann E. MORIN" | 2007-05-27 | 1 | -0/+1 |
| * | Merge the NPTL stuff. | Yann E. MORIN" | 2007-05-27 | 8 | -81/+391 |
| * | Add the possibility to stop after a specified step. | Yann E. MORIN" | 2007-05-25 | 2 | -1/+12 |
| * | In the non-canadian case, also force the build system. | Yann E. MORIN" | 2007-05-24 | 1 | -1/+1 |
| * | We need to build libiberty before gcc only in the canadian case, not the oppo... | Yann E. MORIN" | 2007-05-24 | 2 | -2/+2 |
| * | Correctly handle the log level overide in scripts/tarball.sh. | Yann E. MORIN" | 2007-05-23 | 1 | -5/+5 |
| * | In CT_Abort(), don't send output to stderr. Let the log facility handle where... | Yann E. MORIN" | 2007-05-23 | 1 | -1/+1 |
| * | Sanitise CT_DoBuildTargetTriplet a bit. | Yann E. MORIN" | 2007-05-23 | 1 | -7/+1 |
| * | Correctly handle the log level overide in scripts/saveSample.sh. | Yann E. MORIN" | 2007-05-23 | 2 | -7/+7 |
| * | Mark broken samples as such: use a file named 'broken' in the sample's direct... | Yann E. MORIN" | 2007-05-22 | 1 | -6/+5 |
| * | Be verbose when making build system tools available, and when access is remov... | Yann E. MORIN" | 2007-05-22 | 1 | -8/+9 |
| * | Implement a restart facility. | Yann E. MORIN" | 2007-05-22 | 2 | -192/+355 |
| * | Fix warning about setting --host and not --build. | Yann E. MORIN" | 2007-05-22 | 1 | -1/+2 |
| * | Upgrade scripts/tarball.sh and scripts/saveSample.sh to use the new logging f... | Yann E. MORIN" | 2007-05-22 | 2 | -7/+4 |
| * | Move the config script for the build dir to the source dir. | Yann E. MORIN" | 2007-05-21 | 1 | -4/+4 |
| * | Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR. | Yann E. MORIN" | 2007-05-20 | 1 | -1/+1 |
| * | Ah! I finally have a progress bar that doesn't stall the build! | Yann E. MORIN" | 2007-05-20 | 2 | -16/+21 |
| * | Add uClibc-0.9.29: | Yann E. MORIN" | 2007-05-19 | 3 | -8/+38 |
| * | Correctly handle the libfloat case: download, extract and patch sub-actions. | Yann E. MORIN" | 2007-05-19 | 3 | -22/+16 |
| * | Un-mark gdb and dmalloc being EXPERIMENTAL. | Yann E. MORIN" | 2007-05-18 | 1 | -3/+3 |
| * | Little fix up in a message during the dmalloc build. | Yann E. MORIN" | 2007-05-18 | 1 | -1/+1 |
| * | Add dmalloc debug library facility. | Yann E. MORIN" | 2007-05-18 | 1 | -0/+53 |
| * | Really use local copy first in case it does not have the same extension as th... | Yann E. MORIN" | 2007-05-18 | 1 | -19/+18 |
| * | Remove even more documentation. | Yann E. MORIN" | 2007-05-18 | 1 | -2/+3 |
| * | Make the debug config menu a generated file. | Yann E. MORIN" | 2007-05-17 | 2 | -3/+3 |
| * | Debug facilities: | Yann E. MORIN" | 2007-05-17 | 5 | -84/+246 |
| * | Move the whole threading ;odel choice out of glibc and into the generic C lib... | Yann E. MORIN" | 2007-05-14 | 1 | -1/+1 |