Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcc: remove version 4.7 | Felix Fietkau | 2013-05-23 | 32 | -1844/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36694 | ||||
* | gcc: port missing patches from 4.6 to 4.8 | Felix Fietkau | 2013-05-23 | 12 | -0/+284 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36693 | ||||
* | toolchain/gcc: add support for 4.8-linaro | Felix Fietkau | 2013-05-04 | 7 | -0/+678 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36545 | ||||
* | toolchain/gcc: forward port missing patches to gcc 4.8.0 | Felix Fietkau | 2013-05-04 | 2 | -0/+47 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36544 | ||||
* | toolchain: add missing patch to gcc v4.8.0 | Jo-Philipp Wich | 2013-05-02 | 1 | -0/+14 |
| | | | | SVN-Revision: 36511 | ||||
* | toolchain: gcc: backport fixes for gcc bug 54295 | Jonas Gorski | 2013-04-29 | 3 | -0/+210 |
| | | | | | | | | | | | | Fix "Widening multiply-accumulate operation uses wrong value extension" for 4.7, 4.7-linaro and 4.6-linaro, which backported the broken code to 4.6. Vanilla 4.6 is unaffected. Fixes #13420. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36486 | ||||
* | toolchain/gcc: .init and .fini need to pick one ISA | Florian Fainelli | 2013-04-05 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | The .init and .fini sections are built by concatenating code fragments. Putting mips16 code in the middle of a mips32 code block doesn't work. Make gcc built the magic crt stuff in no-mips16 mode. This is specific to 4.6-linaro but is probably portable to other gcc flavors. Adding this to the t-libgcc-mips16 makefile fragment is a hack not suitable for pushing upstream, but there is no mips/t-linux or mips/t-uclibc and I am not going to touch gcc/configure for two lines. Signed-off-by: Jay Carlson <nop@nop.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36200 | ||||
* | toolchain/gcc: add support for GCC 4.8.0 | Florian Fainelli | 2013-04-02 | 4 | -0/+617 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36155 | ||||
* | drop 4.5 support | Imre Kaloz | 2013-04-01 | 17 | -1067/+0 |
| | | | | SVN-Revision: 36149 | ||||
* | llvm is marked broken for two and a half year now, nuke it | Imre Kaloz | 2013-04-01 | 24 | -4489/+0 |
| | | | | SVN-Revision: 36145 | ||||
* | toolchain/gcc: refresh patches | Florian Fainelli | 2013-02-26 | 32 | -298/+190 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35808 | ||||
* | gcc: don't build documentation | Luka Perkov | 2013-02-26 | 5 | -0/+115 |
| | | | | | | | | This closes #13039. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35807 | ||||
* | gcc: remove support for 4.6.2 | Luka Perkov | 2013-02-26 | 15 | -938/+0 |
| | | | | | | | | | 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 | ||||
* | toolchain/gcc: fix the mips64 linker path to be more musl conforming | Florian Fainelli | 2013-01-29 | 5 | -15/+15 |
| | | | | | | | | musl libc does not use /lib32 or /lib64 directories, just /lib Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35406 | ||||
* | gcc: fix build for MIPS64 targets introduced by musl patch | Florian Fainelli | 2013-01-07 | 5 | -0/+79 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046 | ||||
* | remove support for ubicom32 | Florian Fainelli | 2012-11-30 | 7 | -65576/+0 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432 | ||||
* | gcc/4.5-linaro: backport musl patch | Florian Fainelli | 2012-11-29 | 1 | -0/+242 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34425 | ||||
* | add preliminary support for musl | Florian Fainelli | 2012-11-23 | 5 | -0/+1346 |
| | | | | | | | | 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 | ||||
* | gcc: remove support for 4.7.0 | Florian Fainelli | 2012-11-21 | 18 | -10346/+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 | ||||
* | gcc: add GCC 4.7.2 | Florian Fainelli | 2012-10-14 | 14 | -0/+9876 |
| | | | | SVN-Revision: 33763 | ||||
* | gcc: add GCC 4.6.3 | Florian Fainelli | 2012-10-14 | 15 | -0/+10058 |
| | | | | SVN-Revision: 33762 | ||||
* | gcc: update 4.7-linaro to 4.7-2012.10 | Florian Fainelli | 2012-10-13 | 4 | -468/+0 |
| | | | | SVN-Revision: 33759 | ||||
* | gcc: update gcc-4.6-linaro to 4.6-2012.10 | Florian Fainelli | 2012-10-13 | 2 | -202/+0 |
| | | | | SVN-Revision: 33758 | ||||
* | gcc: backport struct siginfo -> siginfo_t renaming | Florian Fainelli | 2012-10-12 | 4 | -0/+608 |
| | | | | | | Otherwise newer eglibc toolchain will simply fail to build. SVN-Revision: 33736 | ||||
* | gcc: add upstream fixes for GCC bug 54494 | Florian Fainelli | 2012-09-07 | 2 | -0/+74 |
| | | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329 | ||||
* | gcc: add upstream fixes for GCC bug 54369 | Florian Fainelli | 2012-09-07 | 4 | -0/+180 |
| | | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328 | ||||
* | switch to 2.6.38 | Imre Kaloz | 2012-05-01 | 1 | -7/+8 |
| | | | | SVN-Revision: 31546 | ||||
* | gcc: fix getenv() patches for 4.4.7 and 4.5-linaro | Jo-Philipp Wich | 2012-04-27 | 2 | -1/+15 |
| | | | | SVN-Revision: 31489 | ||||
* | remove screwed up patch for gcc 4.7-linaro which got committed by accident | Mirko Vogt | 2012-04-21 | 1 | -247/+0 |
| | | | | SVN-Revision: 31393 | ||||
* | add support for GCC 4.7-linaro (based on GCC 4.7.1) | Mirko Vogt | 2012-04-21 | 16 | -0/+10362 |
| | | | | SVN-Revision: 31392 | ||||
* | gcc: add patch to make the getenv() spec function nonfatal if requested ↵ | Jo-Philipp Wich | 2012-04-21 | 4 | -0/+56 |
| | | | | | | environment variable is unset SVN-Revision: 31390 | ||||
* | toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problems | Jo-Philipp Wich | 2012-04-12 | 1 | -0/+241 |
| | | | | SVN-Revision: 31255 | ||||
* | upgrade to gcc 4.4.7 | Imre Kaloz | 2012-04-09 | 14 | -1/+1 |
| | | | | SVN-Revision: 31230 | ||||
* | add support for gcc 4.7.0 - thanks to acoul! | Mirko Vogt | 2012-04-07 | 13 | -0/+9862 |
| | | | | SVN-Revision: 31216 | ||||
* | toolchain/gcc-4.6.2: fix v4bx patch | Gabor Juhos | 2012-03-18 | 1 | -7/+6 |
| | | | | SVN-Revision: 30970 | ||||
* | toolchain/gcc-4.6-linaro: fix v4bx patch | Gabor Juhos | 2012-03-18 | 1 | -7/+6 |
| | | | | SVN-Revision: 30969 | ||||
* | gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ↵ | Felix Fietkau | 2012-03-05 | 1 | -0/+20 |
| | | | | | | are tricky to deal with wrt. libgcc. they cannot be linked dynamically SVN-Revision: 30814 | ||||
* | gcc: use .eh_frame sections for exception handling stack unwind - saves ↵ | Felix Fietkau | 2012-02-17 | 1 | -0/+29 |
| | | | | | | about 400 bytes on every executable or shared library SVN-Revision: 30614 | ||||
* | gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent ↵ | Felix Fietkau | 2012-02-12 | 1 | -0/+68 |
| | | | | | | libgcc crap from leaking into every single binary SVN-Revision: 30486 | ||||
* | upgrade vanilla gcc to 4.6.2 | Imre Kaloz | 2012-02-12 | 12 | -6/+6 |
| | | | | SVN-Revision: 30470 | ||||
* | upgrade to latest linaro releases | Imre Kaloz | 2012-01-14 | 6 | -29/+12 |
| | | | | SVN-Revision: 29748 | ||||
* | gcc: add 4.6-linaro version 4.6-2011.08 | Hauke Mehrtens | 2011-08-18 | 12 | -0/+9843 |
| | | | | SVN-Revision: 28042 | ||||
* | gcc: make patches apply for gcc 4.5-linaro version 4.5-2011.08 | Hauke Mehrtens | 2011-08-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 28041 | ||||
* | gcc: move patches as the name changed. This was missing in r28038. | Hauke Mehrtens | 2011-08-18 | 15 | -0/+0 |
| | | | | SVN-Revision: 28040 | ||||
* | In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. | Imre Kaloz | 2011-07-12 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 27599 | ||||
* | fix ppc toolchain build | Imre Kaloz | 2011-07-07 | 1 | -0/+11 |
| | | | | SVN-Revision: 27551 | ||||
* | nuke support for older gcc versions, except for 4.4.6 (needed for avr32 and ↵ | Imre Kaloz | 2011-07-02 | 42 | -120741/+0 |
| | | | | | | ubicom32) SVN-Revision: 27351 | ||||
* | bump the 4.4 flavour to 4.4.6 | Imre Kaloz | 2011-07-01 | 14 | -12/+12 |
| | | | | SVN-Revision: 27337 | ||||
* | replace gcc 4.5.2 support with 4.6.1 | Imre Kaloz | 2011-07-01 | 15 | -430/+136 |
| | | | | SVN-Revision: 27333 | ||||
* | add the latest avr32 toolchain patches (with additional fixes) | Imre Kaloz | 2011-07-01 | 8 | -6/+22797 |
| | | | | SVN-Revision: 27332 |