Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gcc: add 4.6-linaro version 4.6-2011.08 | Hauke Mehrtens | 2011-08-18 |
| | | | | SVN-Revision: 28042 | ||
* | gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 |
| | | | | SVN-Revision: 28041 | ||
* | gcc: move patches as the name changed. This was missing in r28038. | Hauke Mehrtens | 2011-08-18 |
| | | | | SVN-Revision: 28040 | ||
* | gcc: update gcc-4.5-linaro to 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 |
| | | | | SVN-Revision: 28039 | ||
* | gcc: rename linaro to 4.5-linaro | Hauke Mehrtens | 2011-08-18 |
| | | | | SVN-Revision: 28038 | ||
* | In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. | Imre Kaloz | 2011-07-12 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 27599 | ||
* | the only reasons for having 4.4 around are avr32 and ubicom32, so make it ↵ | Imre Kaloz | 2011-07-08 |
| | | | | | | depend on them SVN-Revision: 27559 | ||
* | toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek) | Felix Fietkau | 2011-07-08 |
| | | | | SVN-Revision: 27556 | ||
* | fix ppc toolchain build | Imre Kaloz | 2011-07-07 |
| | | | | SVN-Revision: 27551 | ||
* | simplify configuration | Imre Kaloz | 2011-07-02 |
| | | | | SVN-Revision: 27353 | ||
* | nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ↵ | Imre Kaloz | 2011-07-02 |
| | | | | | | ubicom32) SVN-Revision: 27351 | ||
* | both coldfire and etrax are broken and should use a newer gcc when they will ↵ | Imre Kaloz | 2011-07-02 |
| | | | | | | be fixed SVN-Revision: 27350 | ||
* | switch avr32 to gcc 4.4, also powerpc targets should work fine with linaro ↵ | Imre Kaloz | 2011-07-01 |
| | | | | | | releases SVN-Revision: 27338 | ||
* | bump the 4.4 flavour to 4.4.6 | Imre Kaloz | 2011-07-01 |
| | | | | SVN-Revision: 27337 | ||
* | replace gcc 4.5.2 support with 4.6.1 | Imre Kaloz | 2011-07-01 |
| | | | | SVN-Revision: 27333 | ||
* | add the latest avr32 toolchain patches (with additional fixes) | Imre Kaloz | 2011-07-01 |
| | | | | SVN-Revision: 27332 | ||
* | upgrade the linaro gcc to 2011.06 | Imre Kaloz | 2011-07-01 |
| | | | | SVN-Revision: 27326 | ||
* | add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware) | Jo-Philipp Wich | 2011-06-23 |
| | | | | SVN-Revision: 27262 | ||
* | introduce option to enable setjump()/longjump() based C++ exceptions (#9185, ↵ | Jo-Philipp Wich | 2011-06-23 |
| | | | | | | 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 Vogt | 2011-06-07 |
| | | | | | | cleared) SVN-Revision: 27122 | ||
* | upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai | Mirko Vogt | 2011-06-07 |
| | | | | SVN-Revision: 27118 | ||
* | gcc: move the optimized assembler helpers back into the static libgcc and ↵ | Felix Fietkau | 2011-03-08 |
| | | | | | | 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 |
| | | | | | | missing symbol issues on powerpc SVN-Revision: 25912 | ||
* | toolchain/gcc (linaro): fix extension elimination optimization | Felix Fietkau | 2011-03-04 |
| | | | | | | | | | 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 |
| | | | | SVN-Revision: 25844 | ||
* | gcc: disable extension elimination, it causes hostapd to be miscompiled on mips | Felix Fietkau | 2011-03-02 |
| | | | | SVN-Revision: 25834 | ||
* | toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages | Felix Fietkau | 2011-03-01 |
| | | | | SVN-Revision: 25807 | ||
* | gcc-linaro: fix the libgcc spec to default to using the shared libgcc | Felix Fietkau | 2011-03-01 |
| | | | | SVN-Revision: 25801 | ||
* | backport fa526 optimization for gcc 4.5+ | Imre Kaloz | 2011-02-25 |
| | | | | SVN-Revision: 25709 | ||
* | use the Linaro GCC for arm and mips targets | Imre Kaloz | 2011-02-25 |
| | | | | SVN-Revision: 25708 | ||
* | We use different toolchain directories for different ARM archs, so we should ↵ | Imre Kaloz | 2011-02-25 |
| | | | | | | | | | | 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 |
| | | | | SVN-Revision: 25696 | ||
* | gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTS | Felix Fietkau | 2011-02-20 |
| | | | | SVN-Revision: 25633 | ||
* | combine all avr32 patches into a single one | Imre Kaloz | 2011-02-18 |
| | | | | SVN-Revision: 25566 | ||
* | additional avr32 fixes | Imre Kaloz | 2011-02-16 |
| | | | | SVN-Revision: 25556 | ||
* | refresh patches | Imre Kaloz | 2011-02-16 |
| | | | | SVN-Revision: 25555 | ||
* | fixup gcc version selection | Imre Kaloz | 2011-02-16 |
| | | | | SVN-Revision: 25554 | ||
* | upgrade to 2011.02, rename patchset directory | Imre Kaloz | 2011-02-13 |
| | | | | SVN-Revision: 25515 | ||
* | fixup arm soft-float symbols | Imre Kaloz | 2011-02-02 |
| | | | | SVN-Revision: 25325 | ||
* | refresh patch | Imre Kaloz | 2011-02-02 |
| | | | | SVN-Revision: 25324 | ||
* | add armv4 fixup patches | Imre Kaloz | 2011-02-02 |
| | | | | SVN-Revision: 25322 | ||
* | gcc: fix default version selection - fixes missing MPC configure error ↵ | Felix Fietkau | 2011-02-01 |
| | | | | | | during toolchain build SVN-Revision: 25283 | ||
* | gcc: fix linaro 4.5.1 version check | Felix Fietkau | 2011-01-28 |
| | | | | SVN-Revision: 25203 | ||
* | refresh patches | Imre Kaloz | 2011-01-28 |
| | | | | SVN-Revision: 25195 | ||
* | cleanup toolchain version handling | Imre Kaloz | 2011-01-27 |
| | | | | SVN-Revision: 25148 | ||
* | nuke unneeded patchsets as well | Imre Kaloz | 2011-01-27 |
| | | | | SVN-Revision: 25145 | ||
* | get rid of gcc 4.1.2 and 4.2.4 support | Imre Kaloz | 2011-01-27 |
| | | | | SVN-Revision: 25144 | ||
* | use the linaro gcc by default (right now this only affects x86 targets) | Imre Kaloz | 2011-01-27 |
| | | | | SVN-Revision: 25142 | ||
* | cns21xx: add initial support for the Cavium CNS21xx SoC | Gabor Juhos | 2010-12-30 |
| | | | | SVN-Revision: 24859 | ||
* | toolchain/gcc: fix r24746 | Alexandros C. Couloumbis | 2010-12-21 |
| | | | | SVN-Revision: 24751 |