Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-order and rework a bit docs/overview.txt. Plus a typo fix. | Yann E. MORIN" | 2007-07-17 | 1 | -10/+12 |
| | |||||
* | Revisit the extract-config way of working: ct-ng is the sole entry point to ↵ | Yann E. MORIN" | 2007-07-17 | 4 | -7/+27 |
| | | | | crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead. | ||||
* | When isntalling aliases, send symlinks creation to CT_DEBUG log level. | Yann E. MORIN" | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | Remove the symlinks to the build/host tools earlier. | Yann E. MORIN" | 2007-07-17 | 1 | -5/+5 |
| | |||||
* | Fix typo in version action. | Yann E. MORIN" | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | Update the mips-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-07-16 | 1 | -8/+50 |
| | |||||
* | Update the x86_64-unknown-linux-uclibc sample. | Yann E. MORIN" | 2007-07-16 | 1 | -9/+51 |
| | |||||
* | Update and fix a patch to strace. | Yann E. MORIN" | 2007-07-16 | 1 | -7/+9 |
| | |||||
* | Update TODO. | Yann E. MORIN" | 2007-07-16 | 1 | -0/+2 |
| | |||||
* | Add an action to print the version. | Yann E. MORIN" | 2007-07-16 | 1 | -0/+6 |
| | |||||
* | Bump version to +svn. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.1. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 |
| | |||||
* | Add an option to save downloaded tarballs to local tarballs directory. | Yann E. MORIN" | 2007-07-15 | 3 | -9/+25 |
| | | | | | Sanitise CT_GetFile. Change some messages (Copying -> Retrieving). | ||||
* | Really unmark gcc-4.2.0 as being EXPERIMENTAL. | Yann E. MORIN" | 2007-07-15 | 2 | -2/+2 |
| | |||||
* | Unmark gcc-4.2.0 as being EXPERIMENTAL. | Yann E. MORIN" | 2007-07-15 | 2 | -2/+0 |
| | |||||
* | Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0. | Yann E. MORIN" | 2007-07-15 | 1 | -0/+58 |
| | |||||
* | Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion. | Yann E. MORIN" | 2007-07-15 | 6 | -5/+5 |
| | |||||
* | Fix distclean. | Yann E. MORIN" | 2007-07-15 | 1 | -1/+1 |
| | |||||
* | Sanitise populate a little bit. | Yann E. MORIN" | 2007-07-14 | 1 | -8/+8 |
| | |||||
* | Re-order help entries in populate. | Yann E. MORIN" | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Re-diff strace patches against current version. | Yann E. MORIN" | 2007-07-14 | 11 | -128/+134 |
| | |||||
* | Add patches for strace 4.5.15. | Yann E. MORIN" | 2007-07-14 | 10 | -0/+985 |
| | |||||
* | Redirect the strace build messages to the logger! | Yann E. MORIN" | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Print a message when installing populate. | Yann E. MORIN" | 2007-07-14 | 1 | -0/+1 |
| | |||||
* | Upgrade populate.in: | Yann E. MORIN" | 2007-07-14 | 1 | -9/+4 |
| | | | | | | - systematically make paths absolute, - somewhat beautify the help ;essage, - explain why ../ is to be seatrched for. | ||||
* | DEfault log level to CT_LOG_DEBUG if CT_DEBUG_CT is set, and to CT_LOG_INFO ↵ | Yann E. MORIN" | 2007-07-14 | 1 | -1/+2 |
| | | | | if not. | ||||
* | Add a patch to gcc to expand switch-case to an if-else sequence (from ↵ | Yann E. MORIN" | 2007-07-14 | 1 | -0/+153 |
| | | | | buildroot). | ||||
* | Update config.sub. | Yann E. MORIN" | 2007-07-14 | 1 | -3/+3 |
| | |||||
* | Echo what's going on when make-ing and installing crosstool-NG. Use ↵ | Yann E. MORIN" | 2007-07-14 | 1 | -2/+14 |
| | | | | kernel-like simplified messages. | ||||
* | Mark some linux versions as obsolete. | Yann E. MORIN" | 2007-07-13 | 1 | -12/+111 |
| | | | | Add missing dot relewases. | ||||
* | Mark binutils-2.6.17.* as being EXPERIMENTAL versions. | Yann E. MORIN" | 2007-07-13 | 1 | -0/+17 |
| | |||||
* | Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN. | Yann E. MORIN" | 2007-07-13 | 1 | -0/+21 |
| | |||||
* | Add ltrace (and libelf) utilities. | Yann E. MORIN" | 2007-07-13 | 6 | -2/+221 |
| | | | | Marked as BROKEN for others to debug that if they need it. | ||||
* | Introduce a BROKEN option (depends on EXPERIMENTAL) to hide/see broken stuff ↵ | Yann E. MORIN" | 2007-07-13 | 1 | -9/+22 |
| | | | | | | for debugging sessions! Re-order: OBSOLETE goes before EXPERIMENTAL. | ||||
* | Add a test for lynx (needed to download sstrip.c from buildroot). | Yann E. MORIN" | 2007-07-13 | 1 | -0/+1 |
| | |||||
* | Get rid of the legacy local variable got_it. | Yann E. MORIN" | 2007-07-12 | 1 | -9/+12 |
| | | | | | Allow to download files without extension. Allow to specify a preffered extension when downloading a file. | ||||
* | Test for curl or wget only once, not at each download. | Yann E. MORIN" | 2007-07-12 | 1 | -2/+2 |
| | |||||
* | Add the TODO file. | Yann E. MORIN" | 2007-07-12 | 1 | -0/+20 |
| | |||||
* | Add strace debugging aid. | Yann E. MORIN" | 2007-07-12 | 3 | -1/+158 |
| | |||||
* | Unmark D.U.M.A. as being EXPERIMENTAL. | Yann E. MORIN" | 2007-07-12 | 1 | -1/+0 |
| | |||||
* | Use "$CT_CC}" instead of "gcc" when calling target compilers. | Yann E. MORIN" | 2007-07-12 | 2 | -4/+4 |
| | |||||
* | Add D.U.M.A., the Electric Fence successor. | Yann E. MORIN" | 2007-07-12 | 5 | -1/+240 |
| | |||||
* | Fix linking target-cc to target-gcc. | Yann E. MORIN" | 2007-07-12 | 1 | -1/+1 |
| | |||||
* | Fix a type in the debug and tools templates. | Yann E. MORIN" | 2007-07-11 | 2 | -4/+4 |
| | |||||
* | Overwrite existing symlinks when installing crosstool-NG. | Yann E. MORIN" | 2007-07-11 | 1 | -1/+1 |
| | |||||
* | Add an x86_64 sample. | Yann E. MORIN" | 2007-07-11 | 2 | -0/+503 |
| | |||||
* | Change the target-cc link from soft to hard. This way, there's no soft link ↵ | Yann E. MORIN" | 2007-07-11 | 1 | -1/+1 |
| | | | | in this directory. | ||||
* | Revamp the regtest action: | Yann E. MORIN" | 2007-07-09 | 1 | -27/+35 |
| | | | | | | - enable one regtest per sample, - enable regtest for either local or global samples, or both, - document this in the help-build text. | ||||
* | Separate clean actions from build actions; | Yann E. MORIN" | 2007-07-09 | 2 | -3/+9 |
| | | | | | Re-label "Preconfigured actions" to "Preconfigured toolchains"; Small eye-candy fix in the help text for liststeps. | ||||
* | Be a little more verbose during regtest to say that a sample did build. | Yann E. MORIN" | 2007-07-09 | 1 | -1/+4 |
| |