summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
Commit message (Collapse)AuthorAgeFilesLines
...
* switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro ↵Imre Kaloz2011-07-011-2/+2
| | | | | | releases SVN-Revision: 27338
* bump the 4.4 flavour to 4.4.6Imre Kaloz2011-07-0117-22/+22
| | | | SVN-Revision: 27337
* replace gcc 4.5.2 support with 4.6.1Imre Kaloz2011-07-0119-441/+150
| | | | SVN-Revision: 27333
* add the latest avr32 toolchain patches (with additional fixes)Imre Kaloz2011-07-018-6/+22797
| | | | SVN-Revision: 27332
* upgrade the linaro gcc to 2011.06Imre Kaloz2011-07-014-8/+8
| | | | SVN-Revision: 27326
* add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware)Jo-Philipp Wich2011-06-232-1/+9
| | | | SVN-Revision: 27262
* introduce option to enable setjump()/longjump() based C++ exceptions (#9185, ↵Jo-Philipp Wich2011-06-232-0/+14
| | | | | | patch from David Kuehling via Qi hardware) SVN-Revision: 27261
* remove empty file (patch went upstream and file didn't get deleted but only ↵Mirko Vogt2011-06-071-0/+0
| | | | | | cleared) SVN-Revision: 27122
* upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark MentovaiMirko Vogt2011-06-0710-51/+35
| | | | SVN-Revision: 27118
* gcc: move the optimized assembler helpers back into the static libgcc and ↵Felix Fietkau2011-03-081-20/+11
| | | | | | skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically SVN-Revision: 25952
* gcc: include assembler functions in the shared libgcc_s library, fixes ↵Felix Fietkau2011-03-061-1/+41
| | | | | | missing symbol issues on powerpc SVN-Revision: 25912
* toolchain/gcc (linaro): fix extension elimination optimizationFelix Fietkau2011-03-042-11/+18
| | | | | | | | | This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether. Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 25871
* toolchain/gcc: fix r25709 (closes #8964)Alexandros C. Couloumbis2011-03-031-7/+7
| | | | SVN-Revision: 25844
* gcc: disable extension elimination, it causes hostapd to be miscompiled on mipsFelix Fietkau2011-03-021-0/+11
| | | | SVN-Revision: 25834
* toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packagesFelix Fietkau2011-03-011-1/+1
| | | | SVN-Revision: 25807
* gcc-linaro: fix the libgcc spec to default to using the shared libgccFelix Fietkau2011-03-011-0/+37
| | | | SVN-Revision: 25801
* backport fa526 optimization for gcc 4.5+Imre Kaloz2011-02-252-0/+514
| | | | SVN-Revision: 25709
* use the Linaro GCC for arm and mips targetsImre Kaloz2011-02-251-4/+2
| | | | SVN-Revision: 25708
* We use different toolchain directories for different ARM archs, so we should ↵Imre Kaloz2011-02-251-0/+4
| | | | | | | | | | set the default arch of gcc to reflect this. This enables EABI support for armv4 CPUs. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 25705
* sync avr32 patch with the latest ones from atmelImre Kaloz2011-02-241-1587/+1572
| | | | SVN-Revision: 25696
* gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTSFelix Fietkau2011-02-202-17/+38
| | | | SVN-Revision: 25633
* combine all avr32 patches into a single oneImre Kaloz2011-02-1811-278/+72
| | | | SVN-Revision: 25566
* 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
* upgrade to 2011.02, rename patchset directoryImre Kaloz2011-02-1316-80/+15
| | | | SVN-Revision: 25515
* 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
* 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
* cleanup toolchain version handlingImre Kaloz2011-01-273-19/+2
| | | | 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
* cns21xx: add initial support for the Cavium CNS21xx SoCGabor Juhos2010-12-302-3/+4
| | | | 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
* 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-143-0/+8
| | | | SVN-Revision: 24558
* update the linaro gcc to v2010.11-1Imre Kaloz2010-11-101-3/+3
| | | | SVN-Revision: 23940
* use gcc 4.3.5 for avr32Imre Kaloz2010-11-042-4/+2
| | | | SVN-Revision: 23866
* add avr32 support to gcc 4.3.5Imre Kaloz2010-11-0412-3/+22594
| | | | SVN-Revision: 23865
* remove unneeded config options, tooImre Kaloz2010-10-292-41/+0
| | | | SVN-Revision: 23706
* fix typoImre Kaloz2010-10-291-1/+1
| | | | SVN-Revision: 23705
* get rid of old gcc versionsImre Kaloz2010-10-2996-99302/+1
| | | | SVN-Revision: 23704
* add support for Linaro GCC 2010.10Imre Kaloz2010-10-2914-0/+9895
| | | | SVN-Revision: 23703
* fix typoImre Kaloz2010-10-281-1/+1
| | | | SVN-Revision: 23695