aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* Remove ldd/ldconfig for the moment (#1551)Florian Fainelli2007-04-041-7/+0
| | | | SVN-Revision: 6866
* Cleanups on romboot and u-boot. Conditionally apply ldd and ldconfig support ↵Hamish Guthrie2007-04-041-0/+2
| | | | | | on at91 platform SVN-Revision: 6862
* Add ldd and ldconfig support, template packages derived from gcc and uclibcFlorian Fainelli2007-04-031-0/+6
| | | | SVN-Revision: 6856
* Fix portability patch for uClibc. Certain versions of GNU cp treat -P as ↵Felix Fietkau2007-04-011-1/+1
| | | | | | --parent, which is wrong here and -P should be implied by -R already. Fixes build on OSX with fink's fileutils installed. SVN-Revision: 6784
* Nuke lots of obsolete compiler versions Make gcc4 depend on !LINUX_2_4 - I'm ↵Felix Fietkau2007-03-2865-28539/+2
| | | | | | getting sick of seeing people complain about compile errors when trying to build brcm-2.4 with it. SVN-Revision: 6744
* fix gcc version selectionImre Kaloz2007-03-111-1/+1
| | | | SVN-Revision: 6556
* Changed default compiler for 2.6 kernels to 4.1.2Hamish Guthrie2007-03-071-1/+1
| | | | SVN-Revision: 6539
* changes to target/linux/generic-* should not trigger a kernel-headers rebuildFelix Fietkau2007-03-031-1/+0
| | | | SVN-Revision: 6479
* mark uml as broken and add some cleanups (not working yet)Felix Fietkau2007-02-281-7/+5
| | | | SVN-Revision: 6439
* remove remaining unnecessary dependencyFelix Fietkau2007-02-281-3/+0
| | | | SVN-Revision: 6423
* move ccache to tools/ and fix potential dependency issueFelix Fietkau2007-02-272-50/+0
| | | | SVN-Revision: 6413
* fix ccache build (#1415)Felix Fietkau2007-02-271-9/+16
| | | | SVN-Revision: 6412
* add x86_64 config for uClibcFelix Fietkau2007-02-251-0/+152
| | | | SVN-Revision: 6368
* add kernel_headers dependency on target/linux/generic-2.*Felix Fietkau2007-02-251-0/+1
| | | | SVN-Revision: 6362
* clean up stampfile mess for tools/ and toolchain/Felix Fietkau2007-02-251-30/+12
| | | | SVN-Revision: 6357
* upgrade to uClibc 0.9.28.2Felix Fietkau2007-02-2410-326/+56
| | | | SVN-Revision: 6353
* add gcc 4.1.2 (closes #1381)Imre Kaloz2007-02-2213-0/+4051
| | | | SVN-Revision: 6343
* Fix ipv4/ipv6 resolving. When not using AF_INET, gethostbyname2_r tries to ↵Felix Fietkau2007-01-271-0/+12
| | | | | | resolve an ipv6 address from /etc/hosts using __get_hosts_byname_r, but with AF_INET instead of the supplied address family. This returns ipv4 addresses marked as ipv6 ones. SVN-Revision: 6217
* Fix gcc version selection - default version for linux 2.4 broken in r6208 - ↵Felix Fietkau2007-01-262-4/+2
| | | | | | brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) SVN-Revision: 6209
* use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by defaultImre Kaloz2007-01-262-5/+5
| | | | SVN-Revision: 6208
* revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)Nicolas Thill2007-01-231-2/+2
| | | | SVN-Revision: 6185
* export __libc_stack_end in dynamically linked binaries as well - fixes ↵Felix Fietkau2007-01-221-0/+52
| | | | | | uclibc++ compile on powerpc (#1230) SVN-Revision: 6171
* fix user mode linux toolchain buildFelix Fietkau2007-01-191-0/+1
| | | | SVN-Revision: 6130
* fix uml-2.6 build with 2.6.19.1Nicolas Thill2006-12-291-1/+6
| | | | SVN-Revision: 5926
* add a hack for compiling a 32 bit user space with 64 bit uml kernel on x86_64Felix Fietkau2006-12-141-0/+13
| | | | SVN-Revision: 5784
* fix ccache build orderFelix Fietkau2006-12-141-1/+4
| | | | SVN-Revision: 5783
* fix kernel-headers compileFelix Fietkau2006-12-141-4/+6
| | | | SVN-Revision: 5781
* Add ccache if not installed/installable on the host-systemFlorian Fainelli2006-12-112-1/+44
| | | | SVN-Revision: 5758
* use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1Felix Fietkau2006-12-071-1/+4
| | | | SVN-Revision: 5706
* default to gcc 4.1.1 for the rb532 againFelix Fietkau2006-12-061-1/+1
| | | | SVN-Revision: 5700
* switch to -O2 on x86 for performance reasonsFelix Fietkau2006-12-051-1/+1
| | | | SVN-Revision: 5694
* another round of ppc fixes - the unfinished include/asm-ppc => asm-powerpc ↵Felix Fietkau2006-11-302-1/+16
| | | | | | migration causes trouble SVN-Revision: 5683
* another build fix for ppcFelix Fietkau2006-11-301-0/+5
| | | | SVN-Revision: 5682
* fix ppc compileFelix Fietkau2006-11-301-1/+1
| | | | SVN-Revision: 5681
* little endian arm supportMike Baker2006-11-291-0/+168
| | | | SVN-Revision: 5673
* fix locale stuff (and there was much rejoicing)Imre Kaloz2006-11-281-5/+5
| | | | SVN-Revision: 5671
* another bsd bugfixFelix Fietkau2006-11-271-1/+1
| | | | SVN-Revision: 5657
* add a gcc 4.2 snapshotFelix Fietkau2006-11-2315-3/+3819
| | | | SVN-Revision: 5625
* Port the locale changes to the other gcc versions as wellFlorian Fainelli2006-11-217-14/+14
| | | | SVN-Revision: 5608
* switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...Felix Fietkau2006-11-211-1/+1
| | | | SVN-Revision: 5605
* Forgot that part (#926)Florian Fainelli2006-11-211-0/+1
| | | | SVN-Revision: 5599
* Fix gcc config_largefile (#926)Florian Fainelli2006-11-211-2/+2
| | | | SVN-Revision: 5598
* remove old patchFelix Fietkau2006-11-181-12/+0
| | | | SVN-Revision: 5563
* fix kernel-headers prepare (#949)Felix Fietkau2006-11-121-3/+2
| | | | SVN-Revision: 5515
* fix gcc compileFelix Fietkau2006-11-121-4/+4
| | | | SVN-Revision: 5511
* more shell related fixesFelix Fietkau2006-11-122-7/+7
| | | | SVN-Revision: 5509
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-116-21097/+8
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498
* oops, forgot to remove references to libnotimplNicolas Thill2006-10-311-2/+1
| | | | SVN-Revision: 5356
* move libnotimpl to /packages/libs, fix another typo in ./src/math.cNicolas Thill2006-10-312-107/+0
| | | | SVN-Revision: 5355
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-272-3/+14
| | | | | | 4.1 patch for arm SVN-Revision: 5310