| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clean up patch | kaloz | 2008-12-02 | 1 | -461/+0 |
* | sync avr32 binutils patch with the Atmel 1.0.1 release | kaloz | 2008-12-02 | 1 | -509/+283 |
* | switch powerpc targets to gcc 4.2.4 | kaloz | 2008-11-26 | 1 | -3/+2 |
* | switch to gcc 4.2.4 for avr32 | kaloz | 2008-11-25 | 1 | -1/+1 |
* | add avr32 support to binutils 2.18 | kaloz | 2008-11-25 | 2 | -1/+53416 |
* | openat is not an implemented syscall on linux-2.4, so make it only available ... | florian | 2008-11-16 | 1 | -1/+4 |
* | Add support for openat system call - this must be extended for the rest of th... | hcg | 2008-11-14 | 1 | -0/+68 |
* | [cosmetic] indent conditionnals in uClibc Makefile | nico | 2008-11-08 | 1 | -21/+21 |
* | add md5sums for binutils & gcc and use the GNU mirror facility | nico | 2008-11-08 | 2 | -12/+40 |
* | Fix locations for the uClibc snapshot version (#4065) | florian | 2008-10-28 | 1 | -1/+12 |
* | The merge of ppc (32-bit headers) and powerpc (previously 64-bit only headers... | hcg | 2008-10-09 | 1 | -3/+5 |
* | fix up the asm includes location for .27 when building kernel headers | nbd | 2008-09-29 | 1 | -0/+5 |
* | Fix a segfault in uclibc ldso. | lars | 2008-09-25 | 1 | -0/+30 |
* | Avoid endless recursion in uClibc pthreads. | lars | 2008-09-22 | 1 | -0/+14 |
* | add patches to fixes gcc 4.2.x bugs: | nico | 2008-09-18 | 9 | -0/+472 |
* | disable autorebuild for the toolchain, as it can easily lead to build breakages | nbd | 2008-09-02 | 4 | -0/+4 |
* | make libc.so symlink relative instead of absolute (#3878) | nbd | 2008-08-17 | 1 | -1/+1 |
* | storm is ARMv4, not ARMv4T (thx, SeG) | nbd | 2008-07-31 | 1 | -1/+1 |
* | Disable smash stacking support by default, but allow to enable it as an exper... | florian | 2008-07-30 | 2 | -0/+15 |
* | fix uClibc legacy version | nbd | 2008-07-29 | 1 | -1/+1 |
* | Update uClibc config for x86_64 | florian | 2008-07-27 | 1 | -14/+56 |
* | surprise :p | juhosg | 2008-07-21 | 1 | -0/+1 |
* | uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include f... | florian | 2008-07-21 | 1 | -0/+7 |
* | use qstrip macro to strip quoted CONFIG_* strings | nico | 2008-07-14 | 3 | -6/+5 |
* | add some sanity checking | nbd | 2008-06-15 | 1 | -1/+3 |
* | finally fixes etrax toolchain problems, thanks nbd | blogic | 2008-06-06 | 1 | -0/+17 |
* | * refresh storm patches | kaloz | 2008-06-05 | 1 | -1/+1 |
* | add patch to fix EABI compiles on ARMv4 | kaloz | 2008-06-05 | 1 | -0/+11 |
* | add preliminary Marvell Orion support | kaloz | 2008-06-04 | 1 | -1/+1 |
* | soft-float shouldn't be used on targets with FPU | kaloz | 2008-06-03 | 1 | -1/+1 |
* | gcc 4.2.4 support | kaloz | 2008-05-31 | 29 | -0/+27272 |
* | refresh gcc-4.2.3 patches | matteo | 2008-05-21 | 27 | -594/+707 |
* | fix avr32 compiling | thepeople | 2008-05-16 | 1 | -0/+20 |
* | Fix a bug causing an infinite loop in getaddrinfo (closes: #3344) | nico | 2008-05-11 | 1 | -0/+14 |
* | remove ugly hack for etrax | blogic | 2008-05-03 | 1 | -8/+4 |
* | fix up uclibc support for etrax | blogic | 2008-05-03 | 2 | -16/+54 |
* | fix uclibc version selection | blogic | 2008-05-03 | 1 | -1/+1 |
* | add preliminary support for Storm SL3512 based devices, not ready yet | kaloz | 2008-04-27 | 2 | -0/+211 |
* | PXA has Xscale core as well, so optimize the same way as we do on IXP/IOP | kaloz | 2008-04-26 | 1 | -1/+1 |
* | make sure the toolchain target dir really exists | nbd | 2008-04-22 | 1 | -1/+1 |
* | do target dependent optimizations | kaloz | 2008-04-14 | 1 | -1/+1 |
* | [toolchain] provide a cleaner way to specify a biarch toolchain build | jk | 2008-04-12 | 4 | -0/+53 |
* | Do not disable tls yet, uclibc-ntpl will support it soon | florian | 2008-04-10 | 1 | -2/+0 |
* | Disable tls support, uClibc does not support it, and it could lead to linking... | florian | 2008-04-10 | 1 | -0/+2 |
* | fix typo | kaloz | 2008-04-03 | 1 | -1/+1 |
* | Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day <rpjda... | thepeople | 2008-03-29 | 1 | -1/+1 |
* | fix uclibc build on osx | nbd | 2008-03-09 | 1 | -0/+1 |
* | remove the "depends BROKEN" for eabi | nbd | 2008-03-07 | 1 | -1/+0 |
* | fix md5sum for v0.28.2 (closes: #3159) | nico | 2008-02-19 | 1 | -1/+1 |
* | fixup ARM EABI on GCC 4.1.2 | kaloz | 2008-02-17 | 2 | -41/+65 |