Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | use the Linaro GCC for arm and mips targets | Imre Kaloz | 2011-02-25 | 1 | -4/+2 |
| | | | | SVN-Revision: 25708 | ||||
* | We use different toolchain directories for different ARM archs, so we should ↵ | Imre Kaloz | 2011-02-25 | 1 | -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 atmel | Imre Kaloz | 2011-02-24 | 1 | -1587/+1572 |
| | | | | SVN-Revision: 25696 | ||||
* | gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTS | Felix Fietkau | 2011-02-20 | 2 | -17/+38 |
| | | | | SVN-Revision: 25633 | ||||
* | 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 | ||||
* | fixup gcc version selection | Imre Kaloz | 2011-02-16 | 1 | -3/+0 |
| | | | | SVN-Revision: 25554 | ||||
* | upgrade to 2011.02, rename patchset directory | Imre Kaloz | 2011-02-13 | 16 | -80/+15 |
| | | | | 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 | ||||
* | gcc: fix default version selection - fixes missing MPC configure error ↵ | Felix Fietkau | 2011-02-01 | 1 | -1/+1 |
| | | | | | | during toolchain build SVN-Revision: 25283 | ||||
* | gcc: fix linaro 4.5.1 version check | Felix Fietkau | 2011-01-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 25203 | ||||
* | refresh patches | Imre Kaloz | 2011-01-28 | 11 | -53/+46 |
| | | | | SVN-Revision: 25195 | ||||
* | cleanup toolchain version handling | Imre Kaloz | 2011-01-27 | 3 | -19/+2 |
| | | | | SVN-Revision: 25148 | ||||
* | nuke unneeded patchsets as well | Imre Kaloz | 2011-01-27 | 46 | -51183/+0 |
| | | | | SVN-Revision: 25145 | ||||
* | get rid of gcc 4.1.2 and 4.2.4 support | Imre Kaloz | 2011-01-27 | 2 | -15/+1 |
| | | | | SVN-Revision: 25144 | ||||
* | use the linaro gcc by default (right now this only affects x86 targets) | Imre Kaloz | 2011-01-27 | 2 | -3/+2 |
| | | | | SVN-Revision: 25142 | ||||
* | cns21xx: add initial support for the Cavium CNS21xx SoC | Gabor Juhos | 2010-12-30 | 2 | -3/+4 |
| | | | | SVN-Revision: 24859 | ||||
* | toolchain/gcc: fix r24746 | Alexandros C. Couloumbis | 2010-12-21 | 3 | -5/+5 |
| | | | | SVN-Revision: 24751 | ||||
* | add gcc 4.5.2 (replaces 4.5.1) | Imre Kaloz | 2010-12-21 | 12 | -2/+2 |
| | | | | SVN-Revision: 24746 | ||||
* | gcc: fix newer libstdc++ compile issues with uclibc 0.9.32 | Felix Fietkau | 2010-12-20 | 1 | -0/+3 |
| | | | | SVN-Revision: 24734 | ||||
* | upgrade the linaro gcc to the 2010.12 release | Imre Kaloz | 2010-12-14 | 1 | -3/+3 |
| | | | | SVN-Revision: 24563 | ||||
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 3 | -0/+8 |
| | | | | SVN-Revision: 24558 | ||||
* | update the linaro gcc to v2010.11-1 | Imre Kaloz | 2010-11-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 23940 | ||||
* | use gcc 4.3.5 for avr32 | Imre Kaloz | 2010-11-04 | 2 | -4/+2 |
| | | | | SVN-Revision: 23866 | ||||
* | add avr32 support to gcc 4.3.5 | Imre Kaloz | 2010-11-04 | 12 | -3/+22594 |
| | | | | SVN-Revision: 23865 | ||||
* | remove unneeded config options, too | Imre Kaloz | 2010-10-29 | 2 | -41/+0 |
| | | | | SVN-Revision: 23706 | ||||
* | fix typo | Imre Kaloz | 2010-10-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 23705 | ||||
* | get rid of old gcc versions | Imre Kaloz | 2010-10-29 | 96 | -99302/+1 |
| | | | | SVN-Revision: 23704 | ||||
* | add support for Linaro GCC 2010.10 | Imre Kaloz | 2010-10-29 | 14 | -0/+9895 |
| | | | | SVN-Revision: 23703 | ||||
* | fix typo | Imre Kaloz | 2010-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 23695 | ||||
* | sync gcc's Config.in with Config.version | Imre Kaloz | 2010-10-28 | 1 | -8/+5 |
| | | | | SVN-Revision: 23694 | ||||
* | the latest patchlevel gcc releases should work for these targets | Imre Kaloz | 2010-10-28 | 1 | -14/+8 |
| | | | | SVN-Revision: 23693 | ||||
* | fixup gcc version selection for the omap35xx target | Imre Kaloz | 2010-10-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 23692 | ||||
* | we don't support gcc 3.x for some time now | Imre Kaloz | 2010-10-28 | 1 | -3/+0 |
| | | | | SVN-Revision: 23686 | ||||
* | gcc 4.4.5 support | Imre Kaloz | 2010-10-04 | 13 | -0/+9832 |
| | | | | SVN-Revision: 23220 | ||||
* | optionally support parallel toolchain build. This defaults to off, because ↵ | Michael Büsch | 2010-10-03 | 1 | -1/+1 |
| | | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196 | ||||
* | gcc: enable non-PIC for mips targets in gcc 4.4+ to reduce code size | Felix Fietkau | 2010-09-20 | 1 | -0/+6 |
| | | | | SVN-Revision: 23103 | ||||
* | gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain ↵ | Felix Fietkau | 2010-09-20 | 8 | -69073/+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 |