| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc: add missing gcc 4.3.3 patches (copy of the 4.3.2 patches) | Felix Fietkau | 2009-01-27 | 12 | -0/+624 |
* | binutils 2.19 does not support avr32 yet | Felix Fietkau | 2009-01-27 | 1 | -0/+1 |
* | add gcc 4.3.3, clean up gcc version config symbols | Felix Fietkau | 2009-01-27 | 3 | -4/+12 |
* | eglibc: replace the use of stpncpy with strncpy + manual termination (stpncpy... | Felix Fietkau | 2009-01-26 | 1 | -0/+14 |
* | port the eglibc cross compiling fix to version 2.9 | Felix Fietkau | 2009-01-26 | 1 | -0/+57 |
* | fix eglibc 2.8 cross-compile under darwin / mac os x | Felix Fietkau | 2009-01-26 | 1 | -0/+57 |
* | install readelf to STAGING_DIR_HOST (eglibc requires it, not all systems have... | Felix Fietkau | 2009-01-26 | 1 | -0/+2 |
* | fix uClibc fpu/soft-float selection | Nicolas Thill | 2009-01-21 | 1 | -1/+2 |
* | fix uClibc v0.9.30 build on x86_64 | Nicolas Thill | 2009-01-21 | 1 | -0/+15 |
* | enable UCLIBC_SUSV3_LEGACY in uClibc v0.9.30 configs to have <sys/timeb.h> & ... | Nicolas Thill | 2009-01-21 | 11 | -11/+11 |
* | add missing config symbol in x86_64 configuration | Florian Fainelli | 2009-01-21 | 1 | -0/+1 |
* | add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini! | Nicolas Thill | 2009-01-21 | 32 | -4/+1424 |
* | add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & ... | Nicolas Thill | 2009-01-21 | 18 | -1/+2693 |
* | more kernel headers fixes for cris | Nicolas Thill | 2009-01-21 | 1 | -1/+16 |
* | we have a minimal gcc target compiler since [13931], so use it in uClibc head... | Nicolas Thill | 2009-01-20 | 1 | -0/+1 |
* | move all arch fixups from Install to Prepare stage, so that fixed headers are... | Nicolas Thill | 2009-01-20 | 1 | -38/+31 |
* | uClibc: compile fix for the new linuxthreads implementation on mips | Felix Fietkau | 2009-01-20 | 1 | -0/+10 |
* | backport patch to allow building uClibc-0.9.28.2 on recent x86 kernels | Nicolas Thill | 2009-01-19 | 2 | -13/+18 |
* | fix linux headers & source paths at uClibc config stage | Nicolas Thill | 2009-01-17 | 1 | -2/+2 |
* | add binutils 2.19 (patch from #4367) | Felix Fietkau | 2009-01-17 | 6 | -0/+118 |
* | uclibc: fix the new libpthread implementation on arm | Felix Fietkau | 2009-01-17 | 1 | -0/+27 |
* | add uclibc eabi patches from #3988 | Felix Fietkau | 2009-01-17 | 3 | -0/+55 |
* | add gcc eabi patches from #3988 | Felix Fietkau | 2009-01-17 | 2 | -0/+34 |
* | Set default gcc for ps3 - gcc-3.4.6 and gcc-4.1.2 do not work at all | Hamish Guthrie | 2009-01-16 | 1 | -0/+1 |
* | fix powerpc toolchain build failure on x86_64 hosts | Gabor Juhos | 2009-01-14 | 2 | -292/+0 |
* | work around problems with the libpthread onexit() handler | Felix Fietkau | 2009-01-14 | 1 | -0/+21 |
* | fix the new libpthread implementation - the function table init was broken | Felix Fietkau | 2009-01-13 | 2 | -11/+35 |
* | do not strip uclibc | Felix Fietkau | 2009-01-13 | 1 | -1/+2 |
* | use the new linuxthreads implementation on i386,i686 | Felix Fietkau | 2009-01-13 | 2 | -2/+2 |
* | fix gdb compile | Felix Fietkau | 2009-01-13 | 2 | -2/+14 |
* | uclibc: add the trunc function | Felix Fietkau | 2009-01-13 | 1 | -0/+21 |
* | uclibc: add some libpthread fixes | Felix Fietkau | 2009-01-13 | 2 | -0/+23 |
* | fix missing ptrace.h needed to build final gcc | Nicolas Thill | 2009-01-12 | 1 | -1/+9 |
* | add a fix preventing gcc build system from assuming that libc headers are alw... | Nicolas Thill | 2009-01-12 | 1 | -0/+10 |
* | use different optimizations for x86 & x86_64 on uml | Nicolas Thill | 2009-01-11 | 1 | -1/+3 |
* | gdb fixes: adjust --prefix & install in $(TOOLCHAIN_DIR)/usr/bin/ (like binut... | Nicolas Thill | 2009-01-11 | 1 | -8/+10 |
* | fix wrong TARGET_SUFFIX when building a toolchain with uClibc & EABI (closes:... | Nicolas Thill | 2009-01-10 | 1 | -1/+1 |
* | add support for alternative C libraries (currently only glibc/eglibc) other (... | Nicolas Thill | 2009-01-08 | 37 | -146/+1850 |
* | general fixes for openwrt with kernel 2.6.28 | Imre Kaloz | 2009-01-05 | 1 | -0/+21 |
* | Fix ssp enabling/disabling (#4388) | Florian Fainelli | 2009-01-04 | 1 | -2/+2 |
* | enable netlink support | Jo-Philipp Wich | 2009-01-03 | 11 | -11/+11 |
* | enable support for getifaddrs() - required by lldpd | Jo-Philipp Wich | 2009-01-03 | 1 | -0/+162 |
* | remove the openat() patch, as it's breaking quite a few packages. the problem... | Felix Fietkau | 2009-01-02 | 1 | -71/+0 |
* | use binutils 2.18 for avr32, 2.17 is severely broken | Felix Fietkau | 2009-01-02 | 1 | -0/+2 |
* | fix avr32 build breakage | Felix Fietkau | 2009-01-02 | 1 | -0/+19 |
* | fix gcc-4.2.4 when target != avr32 | Nicolas Thill | 2008-12-03 | 1 | -1/+3 |
* | nuke old gcc 4.2 versions | Imre Kaloz | 2008-12-02 | 93 | -40818/+0 |
* | sync gcc's Config.in with Config.version | Imre Kaloz | 2008-12-02 | 1 | -2/+3 |
* | nuke binutils 2.16.1 - old, unused, buggy | Imre Kaloz | 2008-12-02 | 9 | -1060/+0 |
* | sync gcc patches with the Atmel 1.1.3 release | Imre Kaloz | 2008-12-02 | 7 | -7672/+7362 |