- May 02, 2017
-
-
Alexey Brodkin authored
arc-2016.09 is the most recent toolchain for ARC cores and it is based on top of upstream Binutils 2.27 and GCC 6.2.1. With updated major version of GCC we copied all GCC 6.x patches for ARC as well as Bintils 2.27 patches. Note that toochain sports ARCv4 ABI and so must be used with 4.8+ Linux kernels. Even though it will build v4.4 kernel perfectly fine on attempt to run user-space apps they won't work with older kernel. That said previuosly sent RFC patches with Linux kernel update are required: [1] https://patchwork.ozlabs.org/patch/726686/ [2] https://patchwork.ozlabs.org/patch/726687/ Signed-off-by:
Alexey Brodkin <Alexey.Brodkin@synopsys.com>
-
- Dec 24, 2016
-
-
Syrone Wong authored
This is a bugfix release Build and run tested on mvebu/Linksys WRT1900AC v1 Signed-off-by:
Syrone Wong <wong.syrone@gmail.com>
-
- Sep 04, 2016
-
-
Syrone Wong authored
Compile and run tested on ar71xx and mvebu Signed-off-by:
Syrone Wong <wong.syrone@gmail.com>
-
- Jul 15, 2016
-
-
Syrone Wong authored
-fno-plt and musl-libc patches already get upstream, then dropped in GCC 6. Other patches are almost identical compared to GCC 5.4. Compile and run tested on ar71xx/Qihoo C301 and mvebu/Linksys WRT1900ac v1 Signed-off-by:
Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanups/fixes]
-
Felix Fietkau authored
Replace it with !GCC_VERSION_4_8 to be more future compatible Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jul 13, 2016
-
-
Hauke Mehrtens authored
The removed patches are already integrated in upstream gcc. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- May 19, 2016
-
-
Alexey Brodkin authored
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>
-
- Feb 29, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48826
-
- Jan 20, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48395
-
- Nov 17, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47492
-
- Nov 10, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47443
-
Felix Fietkau authored
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
-
- Sep 06, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46799
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46798
-
- Aug 16, 2015
-
-
Hauke Mehrtens authored
This was boot tested on mipsel32, arm32 and x86 only. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46611
-
- Mar 24, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44957
-
- Oct 05, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42777
-
- Sep 30, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42706
-
- Jul 27, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41843
-
- Jul 10, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41559
-
- Jun 18, 2014
-
-
John Crispin authored
force eglibc and gcc4.6+linaro for octeon Signed-off-by:
Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41251
-
- Mar 10, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39860
-
- Sep 10, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37924
-
- May 23, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36694
-
- May 04, 2013
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36545
-
- Apr 18, 2013
-
-
Felix Fietkau authored
SVN-Revision: 36355
-
- Apr 02, 2013
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36156
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 36155
-
- Apr 01, 2013
-
-
Imre Kaloz authored
SVN-Revision: 36149
-
Imre Kaloz authored
SVN-Revision: 36145
-
- Feb 26, 2013
-
-
Luka Perkov authored
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
-
- Nov 30, 2012
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432
-
- Nov 21, 2012
-
-
Florian Fainelli authored
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
-
- Oct 14, 2012
-
-
Florian Fainelli authored
SVN-Revision: 33763
-
Florian Fainelli authored
SVN-Revision: 33762
-
- Apr 21, 2012
-
-
Mirko Vogt authored
SVN-Revision: 31392
-
- Apr 09, 2012
-
-
Imre Kaloz authored
SVN-Revision: 31230
-
- Apr 07, 2012
-
-
Mirko Vogt authored
SVN-Revision: 31216
-
- Feb 12, 2012
-
-
Imre Kaloz authored
SVN-Revision: 30470
-