| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add preliminary support for musl | Florian Fainelli | 2012-11-23 | 1 | -1/+1 |
* | gcc: remove support for 4.7.0 | Florian Fainelli | 2012-11-21 | 1 | -3/+0 |
* | gcc: add GCC 4.7.2 | Florian Fainelli | 2012-10-14 | 1 | -0/+3 |
* | gcc: add GCC 4.6.3 | Florian Fainelli | 2012-10-14 | 1 | -0/+3 |
* | add support for GCC 4.7-linaro (based on GCC 4.7.1) | Mirko Vogt | 2012-04-21 | 1 | -0/+3 |
* | upgrade to gcc 4.4.7 | Imre Kaloz | 2012-04-09 | 1 | -3/+3 |
* | add support for gcc 4.7.0 - thanks to acoul! | Mirko Vogt | 2012-04-07 | 1 | -0/+3 |
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | 1 | -2/+2 |
* | use Linaro GCC 4.6 by default | Imre Kaloz | 2012-02-12 | 1 | -1/+1 |
* | gcc: add 4.6-linaro version 4.6-2011.08 | Hauke Mehrtens | 2011-08-18 | 1 | -0/+3 |
* | gcc: rename linaro to 4.5-linaro | Hauke Mehrtens | 2011-08-18 | 1 | -2/+2 |
* | the only reasons for having 4.4 around are avr32 and ubicom32, so make it dep... | Imre Kaloz | 2011-07-08 | 1 | -0/+1 |
* | toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek) | Felix Fietkau | 2011-07-08 | 1 | -1/+0 |
* | simplify configuration | Imre Kaloz | 2011-07-02 | 1 | -1/+1 |
* | nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and u... | Imre Kaloz | 2011-07-02 | 1 | -11/+0 |
* | bump the 4.4 flavour to 4.4.6 | Imre Kaloz | 2011-07-01 | 1 | -3/+3 |
* | replace gcc 4.5.2 support with 4.6.1 | Imre Kaloz | 2011-07-01 | 1 | -3/+3 |
* | add gfortran compiler support (#9600, patch from Xiangfu Liu via Qi hardware) | Jo-Philipp Wich | 2011-06-23 | 1 | -0/+8 |
* | introduce option to enable setjump()/longjump() based C++ exceptions (#9185, ... | Jo-Philipp Wich | 2011-06-23 | 1 | -0/+9 |
* | upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark Mentovai | Mirko Vogt | 2011-06-07 | 1 | -1/+1 |
* | gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTS | Felix Fietkau | 2011-02-20 | 1 | -6/+3 |
* | upgrade to 2011.02, rename patchset directory | Imre Kaloz | 2011-02-13 | 1 | -3/+3 |
* | cleanup toolchain version handling | Imre Kaloz | 2011-01-27 | 1 | -1/+1 |
* | get rid of gcc 4.1.2 and 4.2.4 support | Imre Kaloz | 2011-01-27 | 1 | -7/+1 |
* | use the linaro gcc by default (right now this only affects x86 targets) | Imre Kaloz | 2011-01-27 | 1 | -2/+1 |
* | cns21xx: add initial support for the Cavium CNS21xx SoC | Gabor Juhos | 2010-12-30 | 1 | -2/+2 |
* | toolchain/gcc: fix r24746 | Alexandros C. Couloumbis | 2010-12-21 | 1 | -2/+2 |
* | add plemininary ultrasparc support | Imre Kaloz | 2010-12-14 | 1 | -0/+1 |
* | use gcc 4.3.5 for avr32 | Imre Kaloz | 2010-11-04 | 1 | -2/+1 |
* | remove unneeded config options, too | Imre Kaloz | 2010-10-29 | 1 | -25/+0 |
* | add support for Linaro GCC 2010.10 | Imre Kaloz | 2010-10-29 | 1 | -0/+3 |
* | fix typo | Imre Kaloz | 2010-10-28 | 1 | -1/+1 |
* | sync gcc's Config.in with Config.version | Imre Kaloz | 2010-10-28 | 1 | -8/+5 |
* | gcc 4.4.5 support | Imre Kaloz | 2010-10-04 | 1 | -0/+3 |
* | gcc: add an updated version of 4.4.1+cs - successfully builds a toolchain now... | Felix Fietkau | 2010-09-20 | 1 | -1/+0 |
* | gcj can only be built safely on gcc >= 4.3 | Florian Fainelli | 2010-08-30 | 1 | -0/+1 |
* | toolchain/gcc: remove remaining references to gcc-3.4.6 | Nicolas Thill | 2010-08-18 | 1 | -2/+1 |
* | add support for gcc-4.5.1 | Florian Fainelli | 2010-08-01 | 1 | -0/+3 |
* | bump default gcc-4.4 version for sibyte and octeon | Florian Fainelli | 2010-07-31 | 1 | -1/+1 |
* | remove gcc 3.4.6 | Felix Fietkau | 2010-06-26 | 1 | -7/+0 |
* | toolchain/gcc: add support for gcc-4.4.4 | Nicolas Thill | 2010-05-28 | 1 | -0/+3 |
* | toolchain/gcc: add support for gcc-4.3.5 | Nicolas Thill | 2010-05-28 | 1 | -0/+3 |
* | toolchain/gcc: sort versions in Config.in (cosmetic) | Nicolas Thill | 2010-05-27 | 1 | -3/+3 |
* | fix syntax error in Config.in | Jo-Philipp Wich | 2010-04-20 | 1 | -1/+1 |
* | fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi patch, ... | Florian Fainelli | 2010-04-20 | 1 | -1/+7 |
* | add gcc-4.5.0 preliminary support | Alexandros C. Couloumbis | 2010-04-19 | 1 | -0/+3 |
* | make TLS support configurable | Imre Kaloz | 2010-02-26 | 1 | -0/+8 |
* | use gcc 4.3.4 for the gemini target | Imre Kaloz | 2010-02-23 | 1 | -0/+1 |
* | use gcc 4.4.3 for mips64 targets | Imre Kaloz | 2010-02-17 | 1 | -2/+2 |
* | use gcc 4.4.3 for the powerpc targets by default | Imre Kaloz | 2010-02-16 | 1 | -2/+1 |