aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.7-linaro
Commit message (Collapse)AuthorAgeFilesLines
* gcc: remove version 4.7Felix Fietkau2013-05-2316-917/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36694
* toolchain: gcc: backport fixes for gcc bug 54295Jonas Gorski2013-04-291-0/+70
| | | | | | | | | | | | 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: refresh patchesFlorian Fainelli2013-02-268-55/+40
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35808
* gcc: don't build documentationLuka Perkov2013-02-261-0/+23
| | | | | | | | This closes #13039. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35807
* toolchain/gcc: fix the mips64 linker path to be more musl conformingFlorian Fainelli2013-01-291-3/+3
| | | | | | | | 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 patchFlorian Fainelli2013-01-071-0/+14
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35046
* remove support for ubicom32Florian Fainelli2012-11-301-9368/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34432
* add preliminary support for muslFlorian Fainelli2012-11-231-0/+317
| | | | | | | | 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: update 4.7-linaro to 4.7-2012.10Florian Fainelli2012-10-134-468/+0
| | | | SVN-Revision: 33759
* gcc: backport struct siginfo -> siginfo_t renamingFlorian Fainelli2012-10-121-0/+147
| | | | | | Otherwise newer eglibc toolchain will simply fail to build. SVN-Revision: 33736
* gcc: add upstream fixes for GCC bug 54494Florian Fainelli2012-09-071-0/+37
| | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329
* gcc: add upstream fixes for GCC bug 54369Florian Fainelli2012-09-071-0/+45
| | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328
* remove screwed up patch for gcc 4.7-linaro which got committed by accidentMirko Vogt2012-04-211-247/+0
| | | | SVN-Revision: 31393
* add support for GCC 4.7-linaro (based on GCC 4.7.1)Mirko Vogt2012-04-2116-0/+10362
SVN-Revision: 31392