aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/6.3.0
Commit message (Collapse)AuthorAgeFilesLines
* gcc: gcc 6.3.0 fix comparison between pointer and integerKevin Darbyshire-Bryant2018-04-271-0/+11
| | | | | | | | | | | | | | | | | | Fix FS#832 /source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c: In function 'bool ubsan_use_new_style_p(location_t)': /source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c:1474:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] || xloc.file == '\0' || xloc.file[0] == '\xff' ^~~~ make[5]: *** [Makefile:1085: ubsan.o] Error 1 https://www.viva64.com/en/b/0425/#ID0EMGCI Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> (cherry picked from commit 22e2b402aee17684781ae705a91fb3645299de9c)
* gcc: fix documentation entries added by 910-mbsd_multi.patchFelix Fietkau2017-12-131-6/+6
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 8851a18a88aff548ae2648e26deb7595ebb45733)
* gcc: remove obsolete uclibc patchFelix Fietkau2017-12-131-33/+0
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 70973dd30d29c9d7e4402578da1d36e05e3d142d)
* toolchain/gcc: update 6.x to 6.3.0Syrone Wong2016-12-2423-0/+941
This is a bugfix release Build and run tested on mvebu/Linksys WRT1900AC v1 Signed-off-by: Syrone Wong <wong.syrone@gmail.com>