aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches
Commit message (Collapse)AuthorAgeFilesLines
* add avr32 support to gcc 4.3.5Imre Kaloz2010-11-0412-3/+22594
| | | | SVN-Revision: 23865
* get rid of old gcc versionsImre Kaloz2010-10-2995-99286/+0
| | | | SVN-Revision: 23704
* add support for Linaro GCC 2010.10Imre Kaloz2010-10-2911-0/+9880
| | | | SVN-Revision: 23703
* gcc 4.4.5 supportImre Kaloz2010-10-0410-0/+9824
| | | | SVN-Revision: 23220
* gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain ↵Felix Fietkau2010-09-207-69072/+29776
| | | | | | now, please test! SVN-Revision: 23101
* toolchain/gcc: fix -Os recursion on ARMv5 for gcc 4.5.0 & 4.5.1 ↵Alexandros C. Couloumbis2010-09-042-0/+140
| | | | | | (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44392) SVN-Revision: 22899
* Add lost handling of -fhonour-copts to 4.4.x+cs/910-mbsd_multi.patchLars-Peter Clausen2010-08-032-0/+20
| | | | SVN-Revision: 22474
* add support for gcc-4.5.1Florian Fainelli2010-08-0110-0/+9810
| | | | SVN-Revision: 22450
* remove gcc 3.4.6Felix Fietkau2010-06-2612-4663/+0
| | | | SVN-Revision: 21955
* toolchain/gcc: add support for gcc-4.4.4Nicolas Thill2010-05-2810-0/+9824
| | | | SVN-Revision: 21600
* toolchain/gcc: add support for gcc-4.3.5Nicolas Thill2010-05-2815-0/+708
| | | | SVN-Revision: 21599
* fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi patch, ↵Florian Fainelli2010-04-201-18/+18
| | | | | | patch from Bernhard Loos SVN-Revision: 21046
* add gcc-4.5.0 preliminary supportAlexandros C. Couloumbis2010-04-1910-0/+9810
| | | | SVN-Revision: 21033
* toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local ↵Nicolas Thill2010-04-161-0/+61
| | | | | | references to linkonce (see http://gcc.gnu.org/PR16276, closes: #7014) SVN-Revision: 20900
* gcc: fix up broken chunks of the 4.4.3+cs patch and clean it up a bit moreFelix Fietkau2010-01-261-36728/+6497
| | | | SVN-Revision: 19349
* add another gcc version based on 4.4.3 plus the 2009q3 codesourcery patchImre Kaloz2010-01-2611-0/+78754
| | | | SVN-Revision: 19348
* cleanup patchImre Kaloz2010-01-261-15044/+0
| | | | SVN-Revision: 19345
* add preliminary support for the latest CodeSourcery toolchainImre Kaloz2010-01-2512-0/+93828
| | | | SVN-Revision: 19324
* add support for gcc 4.4.3Imre Kaloz2010-01-2410-0/+9826
| | | | SVN-Revision: 19314
* gcc: 4.4.2 no longer needs the fix-linker-error patch, remove itFelix Fietkau2009-12-191-12/+0
| | | | SVN-Revision: 18857
* gcc: fix linker errors on osx with gcc 4.4+Felix Fietkau2009-12-162-0/+24
| | | | SVN-Revision: 18791
* get rid of gcc-4.4.0 supportFlorian Fainelli2009-10-2110-9842/+0
| | | | SVN-Revision: 18115
* refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2Florian Fainelli2009-10-214-5/+18779
| | | | SVN-Revision: 18114
* add support for gcc-4.4.2, add missing gcc-4.4.1 md5sumFlorian Fainelli2009-10-219-0/+458
| | | | SVN-Revision: 18113
* gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc ↵Felix Fietkau2009-10-207-5/+179
| | | | | | map file as well SVN-Revision: 18087
* gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for ↵Felix Fietkau2009-10-195-0/+180
| | | | | | now, backport will follow) SVN-Revision: 18086
* binutils: add support for non-pic handling and use it in the codesourcery ↵Felix Fietkau2009-10-191-23/+0
| | | | | | based gcc, fixes mips support for this toolchain SVN-Revision: 18070
* gcc: disable mips non-PIC ABI calls in the codesourcery based version by ↵Felix Fietkau2009-10-191-0/+23
| | | | | | default, as our binutils version does not support it SVN-Revision: 18064
* add a gcc variant based on gcc 4.3.3 with codesourcery enhancementsFelix Fietkau2009-10-1913-0/+58088
| | | | SVN-Revision: 18059
* cris: fix ICE PR26515 (#3723)Claudio Mignanti2009-10-121-0/+15
| | | | SVN-Revision: 18042
* gcc: fix 4.1.2 ICE on mips (see ↵Nicolas Thill2009-10-111-0/+54
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256) SVN-Revision: 18029
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-1024-0/+4489
| | | | | | target yet, but gets close) SVN-Revision: 18019
* gcc: fix a linker error in 4.3.3 and 4.3.4 that is triggered by including an ↵Felix Fietkau2009-09-252-0/+22
| | | | | | object in a linking process which is already part of libbackend.a SVN-Revision: 17718
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-211-0/+9386
| | | | SVN-Revision: 17346
* add gcc 4.3.4Imre Kaloz2009-08-0713-0/+695
| | | | SVN-Revision: 17165
* add support for gcc-4.4.1 (#5580)Florian Fainelli2009-08-078-0/+420
| | | | SVN-Revision: 17161
* patch breaks wchar_t-support in libstdc++ since a needless autoconf was ↵Mirko Vogt2009-04-271-35/+0
| | | | | | disabled (r15345) SVN-Revision: 15445
* gcc: fix 4.2.4 ICE on avr32 (see ↵Nicolas Thill2009-04-271-0/+49
| | | | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34762) SVN-Revision: 15434
* gcc: fix a segfault in the mbsd_multi patch for 4.4.0Felix Fietkau2009-04-241-1/+1
| | | | SVN-Revision: 15394
* port the mbsd_multi patch to gcc 4.4.0, refresh the other patchesFelix Fietkau2009-04-247-32/+295
| | | | SVN-Revision: 15369
* add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt ↵Florian Fainelli2009-04-237-0/+157
| | | | | | patch SVN-Revision: 15345
* nuke some obsolete gcc versionsFelix Fietkau2009-03-1426-1296/+0
| | | | SVN-Revision: 14870
* gcc: backport a patch from gcc trunk that fixes an internal compiler error ↵Felix Fietkau2009-03-131-0/+71
| | | | | | on arm in version 4.3.3 SVN-Revision: 14865
* gcc: refresh patches for gcc 4.1.2Hauke Mehrtens2009-02-1819-409/+339
| | | | SVN-Revision: 14554
* fix gcc 4.3.x segfault triggered by using -frename-registers (reproduced on ↵Felix Fietkau2009-02-143-0/+72
| | | | | | arm, might be relevant for other platforms as well) SVN-Revision: 14505
* gcc: add a patch to allow 3.4.6 to build for x86 (closes: #4548)Nicolas Thill2009-02-021-0/+17
| | | | SVN-Revision: 14370
* allow building and installing java for gcc-4.1.2Florian Fainelli2009-02-011-0/+21
| | | | SVN-Revision: 14348
* gcc: add missing gcc 4.3.3 patches (copy of the 4.3.2 patches)Felix Fietkau2009-01-2712-0/+624
| | | | SVN-Revision: 14228
* add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!Nicolas Thill2009-01-2124-0/+1248
| | | | SVN-Revision: 14131
* add gcc eabi patches from #3988Felix Fietkau2009-01-172-0/+34
| | | | SVN-Revision: 14072