summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/binutils: add 2.26.1Syrone Wong2016-07-151-0/+5
| | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fixes/cleanup]
* toolchain: Bump ARC tools to arc-2016.03Alexey Brodkin2016-05-191-4/+4
| | | | | | | | | | | | | | | | | This change switches ARC tools to the most recent arc-2016.03 version. ARC GNU tools of version arc-2016.03 bring some quite significant changes like: * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC * patches) * GCC v4.8.5 * GDB 7.10 More about changes, improvements and fixes could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* binutils: switch to version 2.25.1 by defaultFelix Fietkau2016-01-201-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48394
* toolchain: add support of ARC architectureFelix Fietkau2015-11-101-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* binutils: fix name of Binutils 2.25.1Hauke Mehrtens2015-09-151-1/+1
| | | | | | | | | | The Binutils version 2.25.1 was not a Linaro version, but a normal upstream Binutils version, fix the name. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com> SVN-Revision: 46946
* binutils: add binutils 2.25.1Hauke Mehrtens2015-09-111-0/+4
| | | | | | | | This adds binutils 2.25.1 as an option to OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46874
* binutils: remove version 2.20.1 (only used by avr32)Felix Fietkau2015-03-241-8/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44960
* binutils: remove defunct binutils default version selection for aarch64Felix Fietkau2015-03-241-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44958
* aarch64: add initial supportFlorian Fainelli2014-11-241-0/+1
| | | | | | | | Add initial support for the AArch64 architecture Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43353
* binutils: remove old versionsFelix Fietkau2014-10-051-13/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42776
* binutils: select linaro 2.24 version by defaultFelix Fietkau2014-09-301-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42705
* upgrade the Linaro binutils to 2.24-2013.12Imre Kaloz2014-01-071-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39210
* add support for Linaro binutils 2.23.2-2013.06Imre Kaloz2013-09-111-0/+5
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 37944
* binutils: remove some unused obsolete versionsFelix Fietkau2013-06-301-9/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37093
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-4/+4
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* toolchain: remove duplicate default in bintutils KconfigJo-Philipp Wich2012-12-021-2/+1
| | | | SVN-Revision: 34436
* remove support for ubicom32Florian Fainelli2012-11-301-6/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432
* binutils: remove 2.21Florian Fainelli2012-11-191-6/+0
| | | | | | | | | There is no point in keeping around 2.21 when 2.21.1 which is a bugfix release is there. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34265
* binutils: add support for 2.23.1Florian Fainelli2012-11-191-0/+6
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34262
* enable 2.22 for unsupported archs if BROKEN is enabledImre Kaloz2012-02-121-2/+2
| | | | SVN-Revision: 30471
* use binutils 2.22 by defaultImre Kaloz2012-02-121-3/+6
| | | | SVN-Revision: 30469
* add binutils 2.22Imre Kaloz2012-02-081-0/+6
| | | | SVN-Revision: 30375
* binutils: add binutils 2.21.1Hauke Mehrtens2011-08-061-0/+6
| | | | SVN-Revision: 27919
* remove the CS variant - broken since it's additionImre Kaloz2011-02-211-7/+0
| | | | SVN-Revision: 25648
* only enable binutils 2.21 for avr32 if BROKEN is selectedImre Kaloz2011-02-181-0/+1
| | | | SVN-Revision: 25572
* whitespace cleanupImre Kaloz2011-02-181-6/+6
| | | | SVN-Revision: 25570
* add binutils 2.21Imre Kaloz2011-02-181-0/+5
| | | | SVN-Revision: 25567
* add avr32 supportImre Kaloz2011-02-161-3/+2
| | | | SVN-Revision: 25562
* switch to binutils 2.20.1 (except for avr32 and ubicom32)Imre Kaloz2010-11-021-2/+4
| | | | SVN-Revision: 23780
* remove support for binutils 2.18 and 2.20Imre Kaloz2010-10-281-10/+0
| | | | SVN-Revision: 23685
* add binutils-2.20.1Alexandros C. Couloumbis2010-03-111-0/+5
| | | | SVN-Revision: 20137
* use binutils 2.19.1 by default for avr32, tooImre Kaloz2010-02-161-3/+0
| | | | SVN-Revision: 19678
* ubicom32 isn't supported with binutils 2.18Imre Kaloz2010-02-151-0/+1
| | | | SVN-Revision: 19632
* add binutils 2.20Felix Fietkau2009-11-021-0/+6
| | | | SVN-Revision: 18263
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵Felix Fietkau2009-10-191-3/+11
| | | | | | enhancements (compiles, but fails to link the kernel) SVN-Revision: 18060
* add comments & fix descriptions in toolchain config itemsNicolas Thill2009-09-101-1/+1
| | | | SVN-Revision: 17561
* use binutils 2.19.1 on ppc44x, tooImre Kaloz2009-07-281-2/+0
| | | | SVN-Revision: 17035
* binutils: use 2.19.1 for ppc40x by defaultGabor Juhos2009-07-191-2/+2
| | | | SVN-Revision: 16916
* remove binutils 2.17 and 2.19Felix Fietkau2009-05-051-9/+0
| | | | SVN-Revision: 15619
* fix missing binutils default version changeFelix Fietkau2009-03-171-1/+1
| | | | SVN-Revision: 14926
* switch to binutils 2.19.1 by defaultFelix Fietkau2009-03-141-1/+2
| | | | SVN-Revision: 14868
* binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)Nicolas Thill2009-02-031-0/+3
| | | | SVN-Revision: 14393
* default to binutils 2.18 on ppc* for manual selection as wellFelix Fietkau2009-02-021-0/+1
| | | | SVN-Revision: 14367
* make binutils 2.18 default for ppc44x and ppc40xFelix Fietkau2009-02-021-0/+1
| | | | SVN-Revision: 14358
* binutils 2.19 does not support avr32 yetFelix Fietkau2009-01-271-0/+1
| | | | SVN-Revision: 14227
* add binutils 2.19 (patch from #4367)Felix Fietkau2009-01-171-0/+4
| | | | SVN-Revision: 14075
* use binutils 2.18 for avr32, 2.17 is severely brokenFelix Fietkau2009-01-021-0/+2
| | | | SVN-Revision: 13804
* nuke binutils 2.16.1 - old, unused, buggyImre Kaloz2008-12-021-6/+0
| | | | SVN-Revision: 13481
* add avr32 support to binutils 2.18Imre Kaloz2008-11-251-1/+0
| | | | SVN-Revision: 13352
* Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day ↵Travis Kemen2008-03-291-1/+1
| | | | | | <rpjday@crashcourse.ca> SVN-Revision: 10687