aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/pr70839.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/gcc: upgrade to gcc 6 snapshot 20160721Timo Teräs2016-07-221-42/+0
| | | | | | | | | | | | | | this includes additional arm fixes that fix u-boot compilation. _pkgbase is expected to be the release tarball, and we have cumulative diff to bring up to the snapshot. gcc marks the snapshot releases as 6.1.1 too, so we use this version for our packaging too. gcc -v reports: gcc version 6.1.1 20160721 (Alpine 6.1.1) so the actual snapshot date is visible too. next release is due to be 6.2.
* main/gcc: upgrade to 6.1.0Timo Teräs2016-07-051-0/+42
- use --enable-default-pie - patch bind now, ssp-strong, fortify and as-needed to be defaults - remove gentoo esp patches as unneeded (deprecated by the above) - update ecj - remove upstreamed musl patches, add current musl patches - support musl's static pie - fix some bootstrapping related issues