aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.version
Commit message (Collapse)AuthorAgeFilesLines
...
* fix potential inconsistencies in toolchain selection on linux 2.4Felix Fietkau2009-10-201-1/+7
| | | | SVN-Revision: 18097
* use the new 4.3.3+cs toolchain for mips and arm - significantly improves ↵Felix Fietkau2009-10-201-1/+5
| | | | | | code size on mips and performance on arm SVN-Revision: 18094
* add a gcc variant based on gcc 4.3.3 with codesourcery enhancementsFelix Fietkau2009-10-191-0/+2
| | | | SVN-Revision: 18059
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵Felix Fietkau2009-10-101-0/+2
| | | | | | target yet, but gets close) SVN-Revision: 18019
* switch to gcc-4.4.1 and enabled octeon specific optimizationsFlorian Fainelli2009-09-261-0/+3
| | | | SVN-Revision: 17743
* add a heavily cleaned up version of ubicom32 toolchain supportFelix Fietkau2009-08-211-0/+3
| | | | SVN-Revision: 17346
* pxcab: Replace TARGET_pxcab with feature powerpc64Geoff Levand2009-08-181-1/+0
| | | | | | Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17307
* powerpc: Create a powerpc64 config featureGeoff Levand2009-08-181-1/+1
| | | | | | | | | | | The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17306
* add gcc 4.3.4Imre Kaloz2009-08-071-0/+2
| | | | SVN-Revision: 17165
* add support for gcc-4.4.1 (#5580)Florian Fainelli2009-08-071-1/+3
| | | | SVN-Revision: 17161
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-161-0/+1
| | | | | | | | | | | | | | | | mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> SVN-Revision: 16860
* add preliminary coldfire v4e supportImre Kaloz2009-06-211-0/+1
| | | | SVN-Revision: 16538
* Gcc 4.3.3 default for etraxClaudio Mignanti2009-05-091-0/+1
| | | | SVN-Revision: 15742
* Changed default gcc for ps3Hamish Guthrie2009-04-301-0/+2
| | | | SVN-Revision: 15504
* add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt ↵Florian Fainelli2009-04-231-0/+6
| | | | | | patch SVN-Revision: 15345
* update compiler version defaultsHamish Guthrie2009-04-161-3/+1
| | | | SVN-Revision: 15230
* Bumped compiler version for PS3Hamish Guthrie2009-03-161-3/+1
| | | | SVN-Revision: 14894
* Set default compiler for ps3Hamish Guthrie2009-03-161-0/+5
| | | | SVN-Revision: 14893
* nuke some obsolete gcc versionsFelix Fietkau2009-03-141-4/+0
| | | | SVN-Revision: 14870
* add gcc 4.3.3, clean up gcc version config symbolsFelix Fietkau2009-01-271-4/+5
| | | | SVN-Revision: 14226
* add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!Nicolas Thill2009-01-211-0/+30
| | | | SVN-Revision: 14131
* nuke old gcc 4.2 versionsImre Kaloz2008-12-021-6/+0
| | | | SVN-Revision: 13483
* switch powerpc targets to gcc 4.2.4Imre Kaloz2008-11-261-3/+2
| | | | SVN-Revision: 13359
* switch to gcc 4.2.4 for avr32Imre Kaloz2008-11-251-1/+1
| | | | SVN-Revision: 13353
* gcc 4.2.4 supportImre Kaloz2008-05-311-0/+1
| | | | SVN-Revision: 11310
* use GCC 4.2.3 by default for AVR32Imre Kaloz2008-02-071-0/+3
| | | | SVN-Revision: 10414
* add GCC 4.2.3Imre Kaloz2008-02-071-0/+1
| | | | SVN-Revision: 10413
* gcc: fix version selection for MagicboxGabor Juhos2008-02-011-1/+1
| | | | SVN-Revision: 10345
* fix GCC version selection for MagicboxImre Kaloz2008-01-271-1/+1
| | | | SVN-Revision: 10288
* add gcc 4.2.2Imre Kaloz2007-10-251-0/+1
| | | | SVN-Revision: 9443
* rdc can be built with gcc4 as well, my mistakeFlorian Fainelli2007-08-081-1/+1
| | | | SVN-Revision: 8379
* rdc-2.6 must be built with gcc-3.4.6, if not it will not boot at allFlorian Fainelli2007-08-051-1/+1
| | | | SVN-Revision: 8345
* add gcc 4.2.1Imre Kaloz2007-07-301-1/+2
| | | | SVN-Revision: 8223
* update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵Felix Fietkau2007-06-281-8/+3
| | | | | | target (4.1.2 segfaults at compile time) SVN-Revision: 7762
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-281-1/+1
| | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753
* fix gcc version selectionImre Kaloz2007-03-111-1/+1
| | | | SVN-Revision: 6556
* add gcc 4.1.2 (closes #1381)Imre Kaloz2007-02-221-0/+1
| | | | SVN-Revision: 6343
* Fix gcc version selection - default version for linux 2.4 broken in r6208 - ↵Felix Fietkau2007-01-261-3/+1
| | | | | | brcm-2.6 needs an older compiler at least on wgt634u (don't ask me why...) SVN-Revision: 6209
* use gcc 4.1.1 for 2.6, 3.4.6 for 2.4 targets by defaultImre Kaloz2007-01-261-3/+3
| | | | SVN-Revision: 6208
* revert gcc to 4.1.1 for x86 to fix uclibc++ build (closes: #1056, #1202)Nicolas Thill2007-01-231-2/+2
| | | | SVN-Revision: 6185
* use the gcc 4.2 snapshot in x86-2.6 by default - seems to work better than 4.1.1Felix Fietkau2006-12-071-1/+4
| | | | SVN-Revision: 5706
* default to gcc 4.1.1 for the rb532 againFelix Fietkau2006-12-061-1/+1
| | | | SVN-Revision: 5700
* add a gcc 4.2 snapshotFelix Fietkau2006-11-231-0/+1
| | | | SVN-Revision: 5625
* switch rb532 to the old gcc again. 4.1.1 is suddenly causing trouble...Felix Fietkau2006-11-211-1/+1
| | | | SVN-Revision: 5605
* rename the xscale target to ixp4xx for the forthcoming iop target, add gcc ↵Imre Kaloz2006-10-271-3/+1
| | | | | | 4.1 patch for arm SVN-Revision: 5310
* use gcc 4.1.1 for rb532 by defaultFelix Fietkau2006-10-251-1/+1
| | | | SVN-Revision: 5291
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+20