Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add the latest avr32 toolchain patches (with additional fixes) | Imre Kaloz | 2011-07-01 | 8 | -6/+22797 | |
| | | | | SVN-Revision: 27332 | |||||
* | upgrade the linaro gcc to 2011.06 | Imre Kaloz | 2011-07-01 | 3 | -6/+6 | |
| | | | | SVN-Revision: 27326 | |||||
* | remove empty file (patch went upstream and file didn't get deleted but only ↵ | Mirko Vogt | 2011-06-07 | 1 | -0/+0 | |
| | | | | | | cleared) SVN-Revision: 27122 | |||||
* | upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai | Mirko Vogt | 2011-06-07 | 8 | -46/+30 | |
| | | | | SVN-Revision: 27118 | |||||
* | gcc: move the optimized assembler helpers back into the static libgcc and ↵ | Felix Fietkau | 2011-03-08 | 1 | -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 Fietkau | 2011-03-06 | 1 | -1/+41 | |
| | | | | | | missing symbol issues on powerpc SVN-Revision: 25912 | |||||
* | toolchain/gcc (linaro): fix extension elimination optimization | Felix Fietkau | 2011-03-04 | 2 | -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. Couloumbis | 2011-03-03 | 1 | -7/+7 | |
| | | | | SVN-Revision: 25844 | |||||
* | gcc: disable extension elimination, it causes hostapd to be miscompiled on mips | Felix Fietkau | 2011-03-02 | 1 | -0/+11 | |
| | | | | SVN-Revision: 25834 | |||||
* | toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages | Felix Fietkau | 2011-03-01 | 1 | -1/+1 | |
| | | | | SVN-Revision: 25807 | |||||
* | gcc-linaro: fix the libgcc spec to default to using the shared libgcc | Felix Fietkau | 2011-03-01 | 1 | -0/+37 | |
| | | | | SVN-Revision: 25801 | |||||
* | backport fa526 optimization for gcc 4.5+ | Imre Kaloz | 2011-02-25 | 2 | -0/+514 | |
| | | | | SVN-Revision: 25709 | |||||
* | sync avr32 patch with the latest ones from atmel | Imre Kaloz | 2011-02-24 | 1 | -1587/+1572 | |
| | | | | SVN-Revision: 25696 | |||||
* | combine all avr32 patches into a single one | Imre Kaloz | 2011-02-18 | 11 | -278/+72 | |
| | | | | SVN-Revision: 25566 | |||||
* | additional avr32 fixes | Imre Kaloz | 2011-02-16 | 2 | -0/+47 | |
| | | | | SVN-Revision: 25556 | |||||
* | refresh patches | Imre Kaloz | 2011-02-16 | 10 | -101/+95 | |
| | | | | SVN-Revision: 25555 | |||||
* | upgrade to 2011.02, rename patchset directory | Imre Kaloz | 2011-02-13 | 13 | -69/+4 | |
| | | | | SVN-Revision: 25515 | |||||
* | fixup arm soft-float symbols | Imre Kaloz | 2011-02-02 | 1 | -4/+5 | |
| | | | | SVN-Revision: 25325 | |||||
* | refresh patch | Imre Kaloz | 2011-02-02 | 1 | -3/+2 | |
| | | | | SVN-Revision: 25324 | |||||
* | add armv4 fixup patches | Imre Kaloz | 2011-02-02 | 2 | -0/+32 | |
| | | | | SVN-Revision: 25322 | |||||
* | refresh patches | Imre Kaloz | 2011-01-28 | 11 | -53/+46 | |
| | | | | SVN-Revision: 25195 | |||||
* | nuke unneeded patchsets as well | Imre Kaloz | 2011-01-27 | 46 | -51183/+0 | |
| | | | | SVN-Revision: 25145 | |||||
* | add gcc 4.5.2 (replaces 4.5.1) | Imre Kaloz | 2010-12-21 | 11 | -0/+0 | |
| | | | | SVN-Revision: 24746 | |||||
* | add avr32 support to gcc 4.3.5 | Imre Kaloz | 2010-11-04 | 12 | -3/+22594 | |
| | | | | SVN-Revision: 23865 | |||||
* | get rid of old gcc versions | Imre Kaloz | 2010-10-29 | 95 | -99286/+0 | |
| | | | | SVN-Revision: 23704 | |||||
* | add support for Linaro GCC 2010.10 | Imre Kaloz | 2010-10-29 | 11 | -0/+9880 | |
| | | | | SVN-Revision: 23703 | |||||
* | gcc 4.4.5 support | Imre Kaloz | 2010-10-04 | 10 | -0/+9824 | |
| | | | | SVN-Revision: 23220 | |||||
* | gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain ↵ | Felix Fietkau | 2010-09-20 | 7 | -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. Couloumbis | 2010-09-04 | 2 | -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.patch | Lars-Peter Clausen | 2010-08-03 | 2 | -0/+20 | |
| | | | | SVN-Revision: 22474 | |||||
* | add support for gcc-4.5.1 | Florian Fainelli | 2010-08-01 | 10 | -0/+9810 | |
| | | | | SVN-Revision: 22450 | |||||
* | remove gcc 3.4.6 | Felix Fietkau | 2010-06-26 | 12 | -4663/+0 | |
| | | | | SVN-Revision: 21955 | |||||
* | toolchain/gcc: add support for gcc-4.4.4 | Nicolas Thill | 2010-05-28 | 10 | -0/+9824 | |
| | | | | SVN-Revision: 21600 | |||||
* | toolchain/gcc: add support for gcc-4.3.5 | Nicolas Thill | 2010-05-28 | 15 | -0/+708 | |
| | | | | SVN-Revision: 21599 | |||||
* | fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi patch, ↵ | Florian Fainelli | 2010-04-20 | 1 | -18/+18 | |
| | | | | | | patch from Bernhard Loos SVN-Revision: 21046 | |||||
* | add gcc-4.5.0 preliminary support | Alexandros C. Couloumbis | 2010-04-19 | 10 | -0/+9810 | |
| | | | | SVN-Revision: 21033 | |||||
* | toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local ↵ | Nicolas Thill | 2010-04-16 | 1 | -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 more | Felix Fietkau | 2010-01-26 | 1 | -36728/+6497 | |
| | | | | SVN-Revision: 19349 | |||||
* | add another gcc version based on 4.4.3 plus the 2009q3 codesourcery patch | Imre Kaloz | 2010-01-26 | 11 | -0/+78754 | |
| | | | | SVN-Revision: 19348 | |||||
* | cleanup patch | Imre Kaloz | 2010-01-26 | 1 | -15044/+0 | |
| | | | | SVN-Revision: 19345 | |||||
* | add preliminary support for the latest CodeSourcery toolchain | Imre Kaloz | 2010-01-25 | 12 | -0/+93828 | |
| | | | | SVN-Revision: 19324 | |||||
* | add support for gcc 4.4.3 | Imre Kaloz | 2010-01-24 | 10 | -0/+9826 | |
| | | | | SVN-Revision: 19314 | |||||
* | gcc: 4.4.2 no longer needs the fix-linker-error patch, remove it | Felix Fietkau | 2009-12-19 | 1 | -12/+0 | |
| | | | | SVN-Revision: 18857 | |||||
* | gcc: fix linker errors on osx with gcc 4.4+ | Felix Fietkau | 2009-12-16 | 2 | -0/+24 | |
| | | | | SVN-Revision: 18791 | |||||
* | get rid of gcc-4.4.0 support | Florian Fainelli | 2009-10-21 | 10 | -9842/+0 | |
| | | | | SVN-Revision: 18115 | |||||
* | refresh toolchain patches, add ubicom32 patch to gcc 4.4.1 and 4.4.2 | Florian Fainelli | 2009-10-21 | 4 | -5/+18779 | |
| | | | | SVN-Revision: 18114 | |||||
* | add support for gcc-4.4.2, add missing gcc-4.4.1 md5sum | Florian Fainelli | 2009-10-21 | 9 | -0/+458 | |
| | | | | SVN-Revision: 18113 | |||||
* | gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc ↵ | Felix Fietkau | 2009-10-20 | 7 | -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 Fietkau | 2009-10-19 | 5 | -0/+180 | |
| | | | | | | now, backport will follow) SVN-Revision: 18086 | |||||
* | binutils: add support for non-pic handling and use it in the codesourcery ↵ | Felix Fietkau | 2009-10-19 | 1 | -23/+0 | |
| | | | | | | based gcc, fixes mips support for this toolchain SVN-Revision: 18070 |