| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix C library addons extraction: | Yann E. MORIN" | 2009-01-05 | 2 | -2/+0 |
* | Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath. | Yann E. MORIN" | 2009-01-04 | 4 | -61/+69 |
* | Get rid of CT_CC_FILE. | Yann E. MORIN" | 2009-01-04 | 1 | -26/+26 |
* | Remove support for gcc-2.95.3, it has never ever been tested. | Yann E. MORIN" | 2009-01-04 | 2 | -8/+0 |
* | Get rid of CT_GMP_FILE and CT_MPFR_FILE. | Yann E. MORIN" | 2009-01-04 | 2 | -35/+35 |
* | A small layout enhancement in the Linux kernel build script. | Yann E. MORIN" | 2009-01-04 | 1 | -1/+2 |
* | Get rid of CT_BINUTILS_FILE. | Yann E. MORIN" | 2009-01-04 | 1 | -28/+28 |
* | Get rid off CT_KERNEL_FILE. | Yann E. MORIN" | 2009-01-04 | 1 | -15/+15 |
* | Enable using glibc post 2.8: | Yann E. MORIN" | 2009-01-04 | 1 | -11/+39 |
* | Get rid of all stuff related to building a /delivery' traball: | Yann E. MORIN" | 2009-01-03 | 19 | -119/+1 |
* | Remove spurious line in gcc script (probably a bad copy-paste with the mouse.... | Yann E. MORIN" | 2009-01-03 | 1 | -1/+0 |
* | Enable C++ for baremetal. | Yann E. MORIN" | 2008-12-24 | 1 | -2/+5 |
* | Build dmalloc with -fPIC to sucessfully build the shared library with newer b... | Yann E. MORIN" | 2008-11-24 | 1 | -0/+1 |
* | MPFR: correctly re-install config.{guess,sub} with autotools >=2.0.0. | Yann E. MORIN" | 2008-11-20 | 1 | -1/+13 |
* | Build and install a uClibc cross-ldd. | Yann E. MORIN" | 2008-11-17 | 1 | -1/+27 |
* | Add a fast Linux kernel mirror. | Yann E. MORIN" | 2008-11-14 | 1 | -1/+1 |
* | Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup: | Yann E. MORIN" | 2008-11-13 | 6 | -19/+18 |
* | Do not take lib64/ in account when fixing the glibc linker scripts: | Yann E. MORIN" | 2008-11-07 | 1 | -1/+3 |
* | Use target GMP and MPFR when building target binutils: | Yann E. MORIN" | 2008-11-04 | 1 | -0/+7 |
* | Enable uClibc parallel build for those versions supporting it. | Yann E. MORIN" | 2008-11-01 | 1 | -5/+7 |
* | Enablelocales when requested to do so. | Yann E. MORIN" | 2008-11-01 | 1 | -1/+9 |
* | Only install headers when installing uClibc headers. | Yann E. MORIN" | 2008-11-01 | 1 | -5/+5 |
* | Use 'gawk', not plain 'awk'. | Yann E. MORIN" | 2008-10-29 | 1 | -1/+1 |
* | Finally enable the PPC-8xx memset workaround, by Nye Liu. | Yann E. MORIN" | 2008-10-29 | 1 | -0/+9 |
* | Make a relative symlink from ${CT_TARGET}-cc to ${CT_TARGET}-gcc. | Yann E. MORIN" | 2008-10-28 | 1 | -1/+1 |
* | ltrace: remove lingering ". | Yann E. MORIN" | 2008-10-26 | 1 | -1/+1 |
* | ltrace does not build out-of-tree: use copied sources to configure. | Yann E. MORIN" | 2008-10-26 | 1 | -4/+4 |
* | Make ltrace finally build: | Yann E. MORIN" | 2008-10-24 | 1 | -2/+3 |
* | Push the calculation of the tuple's kernel part down to kernel's build scripts: | Yann E. MORIN" | 2008-10-23 | 2 | -0/+10 |
* | Architecture API change: | Yann E. MORIN" | 2008-10-23 | 8 | -8/+8 |
* | Correctly handle the minimum supported kernel version in glibc. | Yann E. MORIN" | 2008-10-20 | 1 | -39/+39 |
* | Add alternate locations where to retrieve binutils snapshots. | Yann E. MORIN" | 2008-10-15 | 1 | -2/+3 |
* | Generate the choice menu for C libraries, the same way arch and kernels are g... | Yann E. MORIN" | 2008-10-13 | 1 | -1/+1 |
* | Simplify the Tools and Debug facilities menu entries: | Yann E. MORIN" | 2008-10-10 | 11 | -44/+18 |
* | Separate the architecture config file and function script. | Yann E. MORIN" | 2008-10-05 | 8 | -0/+126 |
* | Better handle the second pass core gcc build, differentiating between gcc pri... | Yann E. MORIN" | 2008-09-30 | 1 | -9/+13 |
* | Restore the ability to build gcc older than 4.3. At last! | Yann E. MORIN" | 2008-09-29 | 1 | -1/+1 |
* | In the glibc and eglibc trees, the 'configure' files may be older than their ... | Yann E. MORIN" | 2008-09-28 | 2 | -1/+11 |
* | Bart De VOS pointed out that removing absolute paths from the libc linker scr... | Yann E. MORIN" | 2008-09-23 | 1 | -12/+2 |
* | Rework the eglibc download so as to be a little bit saner. | Yann E. MORIN" | 2008-09-22 | 1 | -10/+15 |
* | Generate the kernel config choice, rather than having it hard-coded: | Yann E. MORIN" | 2008-09-16 | 1 | -0/+0 |
* | Move all the Linux kernel config options to a single file (to ease supporting... | Yann E. MORIN" | 2008-09-15 | 1 | -7/+6 |
* | DUMA: don't log twice through the logger. | Yann E. MORIN" | 2008-09-15 | 1 | -1/+1 |
* | Enhance setting the minimum kernel version glibc will run against. | Yann E. MORIN" | 2008-09-14 | 1 | -5/+33 |
* | Introduce a new EXPERIMENTAL feature: BARE_METAL. | Yann E. MORIN" | 2008-09-14 | 6 | -17/+96 |
* | Remove the now really obsolete Linux kernel headers copy and sanitised. | Yann E. MORIN" | 2008-09-10 | 3 | -209/+84 |
* | Add support for building Insight instead of gdb (only for the cross-gdb). | Yann E. MORIN" | 2008-09-02 | 1 | -7/+55 |
* | Be gentle to older findutils that don't have the "{} +" construct, and simply... | Yann E. MORIN" | 2008-09-01 | 1 | -1/+1 |
* | Enable glibc to include support for kernel versions different than the versio... | Yann E. MORIN" | 2008-08-26 | 2 | -3/+3 |
* | Missed one variable when converting to common options for eglibc and glibc (t... | Yann E. MORIN" | 2008-08-26 | 1 | -1/+1 |