summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* add some more avr32 fixesImre Kaloz2011-02-181-2/+122
| | | | SVN-Revision: 25571
* whitespace cleanupImre Kaloz2011-02-181-6/+6
| | | | SVN-Revision: 25570
* add binutils 2.21Imre Kaloz2011-02-1810-0/+31128
| | | | SVN-Revision: 25567
* combine all avr32 patches into a single oneImre Kaloz2011-02-1811-278/+72
| | | | SVN-Revision: 25566
* add avr32 supportImre Kaloz2011-02-162-3/+30799
| | | | SVN-Revision: 25562
* additional avr32 fixesImre Kaloz2011-02-162-0/+47
| | | | SVN-Revision: 25556
* refresh patchesImre Kaloz2011-02-1610-101/+95
| | | | SVN-Revision: 25555
* fixup gcc version selectionImre Kaloz2011-02-161-3/+0
| | | | SVN-Revision: 25554
* fixup the ubicom patch, refreshImre Kaloz2011-02-164-82/+61
| | | | SVN-Revision: 25552
* refresh patchesImre Kaloz2011-02-163-8/+5
| | | | SVN-Revision: 25551
* uClibc: remove 0.9.30, 0.9.31Felix Fietkau2011-02-1587-13128/+0
| | | | SVN-Revision: 25542
* uclibc: disable COMPAT_ATEXITFelix Fietkau2011-02-133-3/+3
| | | | SVN-Revision: 25517
* upgrade to latest gitImre Kaloz2011-02-131-1/+1
| | | | SVN-Revision: 25516
* upgrade to 2011.02, rename patchset directoryImre Kaloz2011-02-1316-80/+15
| | | | SVN-Revision: 25515
* remove the shared object stubs of libnsl and libresolv - let the compiler ↵Felix Fietkau2011-02-131-0/+3
| | | | | | use the static variants instead SVN-Revision: 25511
* uclibc: disable rpc support - replaced by the external librpc, saves ~80kFelix Fietkau2011-02-133-6/+6
| | | | SVN-Revision: 25504
* kernel-headers: get rid of the arch/$(ARCH)/include/asm vs ↵Felix Fietkau2011-02-101-10/+6
| | | | | | include/asm-$(ARCH) copying mess and stick to what the kernel is using SVN-Revision: 25443
* autodetect ARM variant/ABI setup based on the compiler settingsImre Kaloz2011-02-0212-117/+612
| | | | SVN-Revision: 25328
* update to latest git versionImre Kaloz2011-02-021-4/+2
| | | | SVN-Revision: 25327
* fixup arm soft-float symbolsImre Kaloz2011-02-021-4/+5
| | | | SVN-Revision: 25325
* refresh patchImre Kaloz2011-02-021-3/+2
| | | | SVN-Revision: 25324
* add armv4 fixup patchesImre Kaloz2011-02-022-0/+32
| | | | SVN-Revision: 25322
* gcc: fix default version selection - fixes missing MPC configure error ↵Felix Fietkau2011-02-011-1/+1
| | | | | | during toolchain build SVN-Revision: 25283
* eglibc: disable ssp, it breaks the buildFelix Fietkau2011-02-011-0/+1
| | | | SVN-Revision: 25280
* uClibc: use the arch specific thread stack size for nptl if the size ↵Felix Fietkau2011-01-291-0/+13
| | | | | | returned by getrlimits exceeds it - fixes threads on systems with only 16 MB RAM SVN-Revision: 25223
* uClibc: remove references to $(CONFIG_LARGEFILE)Jo-Philipp Wich2011-01-281-1/+0
| | | | SVN-Revision: 25209
* gcc: fix linaro 4.5.1 version checkFelix Fietkau2011-01-281-1/+1
| | | | SVN-Revision: 25203
* refresh patchesImre Kaloz2011-01-2811-53/+46
| | | | SVN-Revision: 25195
* uClibc: fix version check for 0.9.32Felix Fietkau2011-01-281-1/+1
| | | | SVN-Revision: 25189
* binutils: backport a fix for broken relocation entries on mips with -fPIE, ↵Felix Fietkau2011-01-281-0/+15
| | | | | | fixes dbus-server crash with sstrip SVN-Revision: 25188
* uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier ↵Felix Fietkau2011-01-282-2/+2
| | | | | | versions (especially threading issues), and the known regressions have been fixed SVN-Revision: 25187
* uClibc 0.9.32: fix infinite recursion on application exit triggered by ↵Felix Fietkau2011-01-281-0/+45
| | | | | | linking libc before libpthread SVN-Revision: 25186
* cleanup toolchain version handlingImre Kaloz2011-01-274-21/+4
| | | | SVN-Revision: 25148
* nuke unneeded patchsets as wellImre Kaloz2011-01-2746-51183/+0
| | | | SVN-Revision: 25145
* get rid of gcc 4.1.2 and 4.2.4 supportImre Kaloz2011-01-272-15/+1
| | | | SVN-Revision: 25144
* use the linaro gcc by default (right now this only affects x86 targets)Imre Kaloz2011-01-272-3/+2
| | | | SVN-Revision: 25142
* LEON is SPARC v8Imre Kaloz2011-01-273-0/+24
| | | | SVN-Revision: 25141
* update to latest gitImre Kaloz2011-01-244-98/+3
| | | | SVN-Revision: 25082
* uClibc 0.9.32: fix libm compile for powerpcFelix Fietkau2011-01-161-0/+42
| | | | SVN-Revision: 25013
* add explicit dependencies between gcc prepare stages, fixes source download ↵Jo-Philipp Wich2011-01-121-0/+2
| | | | | | race with make -j (#8596) SVN-Revision: 24969
* upgrade to latest git snapshotImre Kaloz2011-01-033-86/+2
| | | | SVN-Revision: 24889
* cns21xx: add initial support for the Cavium CNS21xx SoCGabor Juhos2010-12-306-3/+83
| | | | SVN-Revision: 24859
* toolchain/gcc: fix r24746Alexandros C. Couloumbis2010-12-213-5/+5
| | | | SVN-Revision: 24751
* add gcc 4.5.2 (replaces 4.5.1)Imre Kaloz2010-12-2112-2/+2
| | | | SVN-Revision: 24746
* fix a compile error with uclibc 0.9.32 and newer kernelsFelix Fietkau2010-12-201-0/+17
| | | | SVN-Revision: 24735
* gcc: fix newer libstdc++ compile issues with uclibc 0.9.32Felix Fietkau2010-12-201-0/+3
| | | | SVN-Revision: 24734
* upgrade the linaro gcc to the 2010.12 releaseImre Kaloz2010-12-141-3/+3
| | | | SVN-Revision: 24563
* add plemininary ultrasparc supportImre Kaloz2010-12-147-0/+33
| | | | SVN-Revision: 24558
* binutils: Fix autoreconf for packages/devel/binutils package, which uses ↵Daniel Dickinson2010-12-121-0/+84
| | | | | | binutils toolchain patches SVN-Revision: 24509
* toolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go ↵Alexandros C. Couloumbis2010-12-091-0/+67
| | | | | | via PLT to avoid text relocations for PIC) SVN-Revision: 24396