| Commit message (Expand) | Author | Age | Files | Lines |
* | add arm fix for gdb from #1468 | Felix Fietkau | 2007-05-07 | 1 | -0/+113 |
* | the default_subtargets template was a bad idea, since different makefiles req... | Felix Fietkau | 2007-04-18 | 1 | -1/+11 |
* | Remove ldd/ldconfig for the moment (#1551) | Florian Fainelli | 2007-04-04 | 1 | -7/+0 |
* | Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support ... | Hamish Guthrie | 2007-04-04 | 1 | -0/+2 |
* | Add ldd and ldconfig support, template packages derived from gcc and uclibc | Florian Fainelli | 2007-04-03 | 1 | -0/+6 |
* | Fix portability patch for uClibc. Certain versions of GNU cp treat -P as --pa... | Felix Fietkau | 2007-04-01 | 1 | -1/+1 |
* | Nuke lots of obsolete compiler versions Make gcc4 depend on !LINUX_2_4 - I'm ... | Felix Fietkau | 2007-03-28 | 65 | -28539/+2 |
* | fix gcc version selection | Imre Kaloz | 2007-03-11 | 1 | -1/+1 |
* | Changed default compiler for 2.6 kernels to 4.1.2 | Hamish Guthrie | 2007-03-07 | 1 | -1/+1 |
* | changes to target/linux/generic-* should not trigger a kernel-headers rebuild | Felix Fietkau | 2007-03-03 | 1 | -1/+0 |
* | mark uml as broken and add some cleanups (not working yet) | Felix Fietkau | 2007-02-28 | 1 | -7/+5 |
* | remove remaining unnecessary dependency | Felix Fietkau | 2007-02-28 | 1 | -3/+0 |
* | move ccache to tools/ and fix potential dependency issue | Felix Fietkau | 2007-02-27 | 2 | -50/+0 |
* | fix ccache build (#1415) | Felix Fietkau | 2007-02-27 | 1 | -9/+16 |
* | add x86_64 config for uClibc | Felix Fietkau | 2007-02-25 | 1 | -0/+152 |
* | add kernel_headers dependency on target/linux/generic-2.* | Felix Fietkau | 2007-02-25 | 1 | -0/+1 |
* | clean up stampfile mess for tools/ and toolchain/ | Felix Fietkau | 2007-02-25 | 1 | -30/+12 |
* | upgrade to uClibc 0.9.28.2 | Felix Fietkau | 2007-02-24 | 10 | -326/+56 |
* | add gcc 4.1.2 (closes #1381) | Imre Kaloz | 2007-02-22 | 13 | -0/+4051 |
* | Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to re... | Felix Fietkau | 2007-01-27 | 1 | -0/+12 |
* | Fix gcc version selection - default version for linux 2.4 broken in r6208 - b... | Felix Fietkau | 2007-01-26 | 2 | -4/+2 |
* | use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by default | Imre Kaloz | 2007-01-26 | 2 | -5/+5 |
* | revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202) | Nicolas Thill | 2007-01-23 | 1 | -2/+2 |
* | export __libc_stack_end in dynamically linked binaries as well - fixes uclibc... | Felix Fietkau | 2007-01-22 | 1 | -0/+52 |
* | fix user mode linux toolchain build | Felix Fietkau | 2007-01-19 | 1 | -0/+1 |
* | fix uml-2.6 build with 2.6.19.1 | Nicolas Thill | 2006-12-29 | 1 | -1/+6 |
* | add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64 | Felix Fietkau | 2006-12-14 | 1 | -0/+13 |
* | fix ccache build order | Felix Fietkau | 2006-12-14 | 1 | -1/+4 |
* | fix kernel-headers compile | Felix Fietkau | 2006-12-14 | 1 | -4/+6 |
* | Add ccache if not installed/installable on the host-system | Florian Fainelli | 2006-12-11 | 2 | -1/+44 |
* | use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1 | Felix Fietkau | 2006-12-07 | 1 | -1/+4 |
* | default to gcc 4.1.1 for the rb532 again | Felix Fietkau | 2006-12-06 | 1 | -1/+1 |
* | switch to -O2 on x86 for performance reasons | Felix Fietkau | 2006-12-05 | 1 | -1/+1 |
* | another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc mi... | Felix Fietkau | 2006-11-30 | 2 | -1/+16 |
* | another build fix for ppc | Felix Fietkau | 2006-11-30 | 1 | -0/+5 |
* | fix ppc compile | Felix Fietkau | 2006-11-30 | 1 | -1/+1 |
* | little endian arm support | Mike Baker | 2006-11-29 | 1 | -0/+168 |
* | fix locale stuff (and there was much rejoicing) | Imre Kaloz | 2006-11-28 | 1 | -5/+5 |
* | another bsd bugfix | Felix Fietkau | 2006-11-27 | 1 | -1/+1 |
* | add a gcc 4.2 snapshot | Felix Fietkau | 2006-11-23 | 15 | -3/+3819 |
* | Port the locale changes to the other gcc versions as well | Florian Fainelli | 2006-11-21 | 7 | -14/+14 |
* | switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble... | Felix Fietkau | 2006-11-21 | 1 | -1/+1 |
* | Forgot that part (#926) | Florian Fainelli | 2006-11-21 | 1 | -0/+1 |
* | Fix gcc config_largefile (#926) | Florian Fainelli | 2006-11-21 | 1 | -2/+2 |
* | remove old patch | Felix Fietkau | 2006-11-18 | 1 | -12/+0 |
* | fix kernel-headers prepare (#949) | Felix Fietkau | 2006-11-12 | 1 | -3/+2 |
* | fix gcc compile | Felix Fietkau | 2006-11-12 | 1 | -4/+4 |
* | more shell related fixes | Felix Fietkau | 2006-11-12 | 2 | -7/+7 |
* | make target/linux/* directories self-contained, use the selected kernel versi... | Felix Fietkau | 2006-11-11 | 6 | -21097/+8 |
* | oops, forgot to remove references to libnotimpl | Nicolas Thill | 2006-10-31 | 1 | -2/+1 |