aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/ada-no-pie.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/gcc: upgrade to 6.1.0Timo Teräs2016-07-051-66/+0
| | | | | | | | | | - 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
* main/gcc: upgrade to 4.9.2, drop uclibc supportTimo Teräs2014-12-101-8/+8
| | | | | | | | * refresh gentoo esp patches * split alpine specific esp changes to nice patch * update musl, poison-system-directories and cloog-dl patches * rebase our ada-musl and ada-no-pie patches * remove unneeded patches (bugs fixed upstream, and uclibc patches)
* main/gcc: ugprade to 4.8.3Timo Teräs2014-08-011-9/+8
|
* main/gcc: implement crosscompiler creation and crossbuilding, musl fixesTimo Teräs2013-09-231-2/+20
|
* Revert "main/gcc: fixes, support crosscompiler creation"Natanael Copa2013-09-101-20/+2
| | | | | | Needs newer abuild This reverts commit ea0af854b52e5d2b44e6af094572e6ae38d1ba5a.
* main/gcc: fixes, support crosscompiler creationTimo Teräs2013-09-101-2/+20
| | | | | | | | - implement cross compiler creation - fix musl build - fix cross-building - fix ada to default to shared linking - fix gcc-gnat dependencies
* main/gcc: initial support for adaNatanael Copa2013-08-301-0/+49
For now we have ada off by default. To enable it you need a crosscompiled bootstrap ada in PATH (See http://dev.alpinelinux.org/~shafire/) and then LANG_ADA=true abuild -r