Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6ae4479190 
							
						 
					 
					
						
						
							
							gcc: drop version 4.8-linaro  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48395 
						
					 
					
						2016-01-20 13:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							124b8a6dd6 
							
						 
					 
					
						
						
							
							gcc: switch to 5.2.0 by default  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47492 
						
					 
					
						2015-11-17 12:38:41 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3d41dbae65 
							
						 
					 
					
						
						
							
							tools: add isl (used for graphite on GCC 5)  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47464 
						
					 
					
						2015-11-13 11:35:37 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							f7939f5e74 
							
						 
					 
					
						
						
							
							gcc: remove version 4.6, it is no longer needed  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47443 
						
					 
					
						2015-11-10 21:10:53 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8a22f31c25 
							
						 
					 
					
						
						
							
							gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibc  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47441 
						
					 
					
						2015-11-10 21:10:39 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							8b5d644bb3 
							
						 
					 
					
						
						
							
							toolchain: add support of ARC architecture  
						
						... 
						
						
						
						This includes binutils, gcc, gdb and uClibc-ng.
Latest release of ARC gcc (as of today it is "arc-2015.06")
is based on upstream gcc 4.8.4.
Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc 
Latest release of ARC binutils (as of today it is "arc-2015.06")
is based on upstream binutils 2.23.
Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06 
Latest release of ARC GDB (as of today this is "arc-2015.06-gdb")
is based on upstream gdb 7.9.1.
Sources are available on GitHub, see:
https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2015.06-gdb 
Note that for binutils and gdb that come from unified git repository
(which is the case for upstream binutils/gdb today) we need to disable
building of gdb in binutils and binutils in gdb hence in binutils:
------>8------
--disable-sim
--disable-gdb
------>8------
and in gdb:
------>8------
--disable-binutils
--disable-ld
--disable-gas
------>8------
Also in gdb we disable sim because if the following breakage while
building with it:
------------>8------------
/usr/bin/env bash ./../common/genmloop.sh -shell /usr/bin/env bash \
        -mono -fast -pbb -switch sem5-switch.c \
        -cpu a5f -infile ./mloop5.in \
        -outfile-suffix 5
unknown option: bash
Makefile:699: recipe for target 'stamp-5mloop' failed
make[7]: *** [stamp-5mloop] Error 1
------------>8------------
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>
Cc: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
SVN-Revision: 47438 
						
					 
					
						2015-11-10 12:03:59 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							400fb6cadc 
							
						 
					 
					
						
						
							
							gcc: remove version 4.9-linaro  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46798 
						
					 
					
						2015-09-06 10:07:03 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							86ba95601a 
							
						 
					 
					
						
						
							
							gcc: add ARM codegen fix from PR 65932  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46774 
						
					 
					
						2015-09-03 13:14:44 +00:00 
						 
				 
			
				
					
						
							
							
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							32c3af6a19 
							
						 
					 
					
						
						
							
							toolchain: gcc: add gcc 5.2.0  
						
						... 
						
						
						
						This was boot tested on mipsel32, arm32 and x86 only.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46611 
						
					 
					
						2015-08-16 20:20:36 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Barth 
							
						 
					 
					
						
						
						
						
							
						
						
							1877bc9d8f 
							
						 
					 
					
						
						
							
							gcc/musl: rework SSP-support  
						
						... 
						
						
						
						Make musl provide libssp_nonshared.a and make GCC link it unconditionally
if musl is used. This should be a no-op if SSP is disabled and seems to be
the only reliable way of dealing with SSP over all packages due to the mess
that is linkerflags handling in packages.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46108 
						
					 
					
						2015-06-22 10:31:07 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							3a237d638e 
							
						 
					 
					
						
						
							
							toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARM  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46089 
						
					 
					
						2015-06-21 17:52:00 +00:00 
						 
				 
			
				
					
						
							
							
								Steven Barth 
							
						 
					 
					
						
						
						
						
							
						
						
							19810a5145 
							
						 
					 
					
						
						
							
							hardening: enable regular SSP support by default  
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46020 
						
					 
					
						2015-06-17 13:13:48 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							fc2bd07260 
							
						 
					 
					
						
						
							
							gcc: remove 4.4.7 (only used by avr32)  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44957 
						
					 
					
						2015-03-24 10:06:27 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							b6fb77ebfe 
							
						 
					 
					
						
						
							
							gcc: remove version 4.8.0  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42777 
						
					 
					
						2014-10-05 18:40:43 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							cb119e2a69 
							
						 
					 
					
						
						
							
							gcc: add 4.9-linaro based on the 2014.09 release  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42706 
						
					 
					
						2014-09-30 21:36:28 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							96a4d6fb54 
							
						 
					 
					
						
						
							
							octeon: select gcc 4.6 by default  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41843 
						
					 
					
						2014-07-27 14:52:00 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							1aeb77b9ee 
							
						 
					 
					
						
						
							
							toolchain: only default eglibc for octeon and not all of mips64  
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41559 
						
					 
					
						2014-07-10 19:16:09 +00:00 
						 
				 
			
				
					
						
							
							
								John Crispin 
							
						 
					 
					
						
						
						
						
							
						
						
							c911cdcc04 
							
						 
					 
					
						
						
							
							toolchain: use different defaults for octeon  
						
						... 
						
						
						
						force eglibc and gcc4.6+linaro for octeon
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
SVN-Revision: 41251 
						
					 
					
						2014-06-18 10:07:53 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							72d4683627 
							
						 
					 
					
						
						
							
							toolchain/gcc: use 4.8-linaro by default  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39860 
						
					 
					
						2014-03-10 11:20:33 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							258b2cf7aa 
							
						 
					 
					
						
						
							
							toolchain/gcc: remove 4.6.3, it is unused and unmaintained  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37924 
						
					 
					
						2013-09-10 10:30:41 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							7d3fca89c0 
							
						 
					 
					
						
						
							
							gcc: remove version 4.7  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36694 
						
					 
					
						2013-05-23 10:22:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jonas Gorski 
							
						 
					 
					
						
						
						
						
							
						
						
							6a4bd9012e 
							
						 
					 
					
						
						
							
							gcc: fix avr32 default GCC version  
						
						... 
						
						
						
						Fix gcc version default after r36355 removing all GCC_DEFAULT_VERSION
symbols.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36688 
						
					 
					
						2013-05-22 08:26:57 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							2430e9a4f5 
							
						 
					 
					
						
						
							
							toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36594 
						
					 
					
						2013-05-09 20:50:49 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							6b4f3344df 
							
						 
					 
					
						
						
							
							toolchain/gcc: add support for 4.8-linaro  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36545 
						
					 
					
						2013-05-04 13:37:41 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							39463bf146 
							
						 
					 
					
						
						
							
							toolchain: get rid of gcc kconfig symbol overloading  
						
						... 
						
						
						
						SVN-Revision: 36355 
						
					 
					
						2013-04-18 12:04:40 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							96bb7c123b 
							
						 
					 
					
						
						
							
							build: consistently use 'depends on' instead of 'depends'  
						
						... 
						
						
						
						make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351 
						
					 
					
						2013-04-17 15:36:41 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							c270db592a 
							
						 
					 
					
						
						
							
							gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36240 
						
					 
					
						2013-04-07 10:11:41 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							a54e305a8b 
							
						 
					 
					
						
						
							
							toolchain/gcc: add support for GCC 4.8.0  
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36155 
						
					 
					
						2013-04-02 16:00:35 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							2a390f5706 
							
						 
					 
					
						
						
							
							drop 4.5 support  
						
						... 
						
						
						
						SVN-Revision: 36149 
						
					 
					
						2013-04-01 15:46:41 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							9231162c7e 
							
						 
					 
					
						
						
							
							llvm is marked broken for two and a half year now, nuke it  
						
						... 
						
						
						
						SVN-Revision: 36145 
						
					 
					
						2013-04-01 15:08:38 +00:00 
						 
				 
			
				
					
						
							
							
								Luka Perkov 
							
						 
					 
					
						
						
						
						
							
						
						
							a85019072f 
							
						 
					 
					
						
						
							
							gcc: remove support for 4.6.2  
						
						... 
						
						
						
						There are no good reasons for keeping this version around when 4.6.3 and
4.6-linaro are there.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35805 
						
					 
					
						2013-02-26 14:31:24 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							4801705d83 
							
						 
					 
					
						
						
							
							remove support for ubicom32  
						
						... 
						
						
						
						Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34432 
						
					 
					
						2012-11-30 10:53:55 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							6b63716262 
							
						 
					 
					
						
						
							
							add preliminary support for musl  
						
						... 
						
						
						
						Musl is an alternative C-library, see http://www.musl-libc.org  for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314 
						
					 
					
						2012-11-23 20:02:29 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							bca3953ee5 
							
						 
					 
					
						
						
							
							gcc: remove support for 4.7.0  
						
						... 
						
						
						
						There are no good reasons for keeping this version around when 4.7.2 and
4.7-linaro are there.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34296 
						
					 
					
						2012-11-21 20:27:15 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							5013a897c5 
							
						 
					 
					
						
						
							
							gcc: add GCC 4.7.2  
						
						... 
						
						
						
						SVN-Revision: 33763 
						
					 
					
						2012-10-14 13:35:19 +00:00 
						 
				 
			
				
					
						
							
							
								Florian Fainelli 
							
						 
					 
					
						
						
						
						
							
						
						
							ba446684e0 
							
						 
					 
					
						
						
							
							gcc: add GCC 4.6.3  
						
						... 
						
						
						
						SVN-Revision: 33762 
						
					 
					
						2012-10-14 13:35:13 +00:00 
						 
				 
			
				
					
						
							
							
								Mirko Vogt 
							
						 
					 
					
						
						
						
						
							
						
						
							84307e4035 
							
						 
					 
					
						
						
							
							add support for GCC 4.7-linaro (based on GCC 4.7.1)  
						
						... 
						
						
						
						SVN-Revision: 31392 
						
					 
					
						2012-04-21 09:58:31 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							ca6859aa29 
							
						 
					 
					
						
						
							
							upgrade to gcc 4.4.7  
						
						... 
						
						
						
						SVN-Revision: 31230 
						
					 
					
						2012-04-09 17:00:03 +00:00 
						 
				 
			
				
					
						
							
							
								Mirko Vogt 
							
						 
					 
					
						
						
						
						
							
						
						
							626e171764 
							
						 
					 
					
						
						
							
							add support for gcc 4.7.0 - thanks to acoul!  
						
						... 
						
						
						
						SVN-Revision: 31216 
						
					 
					
						2012-04-07 15:34:41 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							d252dd3d2e 
							
						 
					 
					
						
						
							
							upgrade vanilla gcc to 4.6.2  
						
						... 
						
						
						
						SVN-Revision: 30470 
						
					 
					
						2012-02-12 09:48:39 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							909abe4999 
							
						 
					 
					
						
						
							
							use Linaro GCC 4.6 by default  
						
						... 
						
						
						
						SVN-Revision: 30467 
						
					 
					
						2012-02-12 09:14:18 +00:00 
						 
				 
			
				
					
						
							
							
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							cca287d05e 
							
						 
					 
					
						
						
							
							gcc: add 4.6-linaro version 4.6-2011.08  
						
						... 
						
						
						
						SVN-Revision: 28042 
						
					 
					
						2011-08-18 12:13:54 +00:00 
						 
				 
			
				
					
						
							
							
								Hauke Mehrtens 
							
						 
					 
					
						
						
						
						
							
						
						
							a0c5616090 
							
						 
					 
					
						
						
							
							gcc: rename linaro to 4.5-linaro  
						
						... 
						
						
						
						SVN-Revision: 28038 
						
					 
					
						2011-08-18 12:06:17 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							887b29bfbd 
							
						 
					 
					
						
						
							
							the only reasons for having 4.4 around are avr32 and ubicom32, so make it depend on them  
						
						... 
						
						
						
						SVN-Revision: 27559 
						
					 
					
						2011-07-08 11:15:00 +00:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
						
						
							
						
						
							9a560e48dd 
							
						 
					 
					
						
						
							
							toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)  
						
						... 
						
						
						
						SVN-Revision: 27556 
						
					 
					
						2011-07-08 08:13:50 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							a2c0394572 
							
						 
					 
					
						
						
							
							simplify configuration  
						
						... 
						
						
						
						SVN-Revision: 27353 
						
					 
					
						2011-07-02 07:50:26 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							4fbc50d89a 
							
						 
					 
					
						
						
							
							nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ubicom32)  
						
						... 
						
						
						
						SVN-Revision: 27351 
						
					 
					
						2011-07-02 07:43:26 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							9167521015 
							
						 
					 
					
						
						
							
							bump the 4.4 flavour to 4.4.6  
						
						... 
						
						
						
						SVN-Revision: 27337 
						
					 
					
						2011-07-01 13:39:50 +00:00 
						 
				 
			
				
					
						
							
							
								Imre Kaloz 
							
						 
					 
					
						
						
						
						
							
						
						
							be9a11b014 
							
						 
					 
					
						
						
							
							replace gcc 4.5.2 support with 4.6.1  
						
						... 
						
						
						
						SVN-Revision: 27333 
						
					 
					
						2011-07-01 11:43:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jo-Philipp Wich 
							
						 
					 
					
						
						
						
						
							
						
						
							28fbd7470d 
							
						 
					 
					
						
						
							
							add gfortran compiler support ( #9600 , patch from Xiangfu Liu via Qi hardware)  
						
						... 
						
						
						
						SVN-Revision: 27262 
						
					 
					
						2011-06-23 11:46:24 +00:00