summaryrefslogtreecommitdiffstats
path: root/main/gcc/gcc-4.8-musl.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/gcc: upgrade to 4.8.2Natanael Copa2013-10-171-90/+0
|
* main/gcc: unbreak libgcc on uclibc, update musl patchesTimo Teräs2013-09-251-230/+238
| | | | | | | - refresh all musl patches (gcc_cv_libc_provides_ssp detects now) - add patch to fix the musl patch so that on uclibc we also use gcc_cv_target_dl_iterate_phdr since the sources was changed to use this instead of __GLIBC__ defines
* main/gcc: unbreak ada on uclibc, crossbuild fixes, and musl updatesTimo Teräs2013-09-241-252/+75
|
* main/gcc: implement crosscompiler creation and crossbuilding, musl fixesTimo Teräs2013-09-231-34/+427
|
* Revert "main/gcc: fixes, support crosscompiler creation"Natanael Copa2013-09-101-296/+1
| | | | | | Needs newer abuild This reverts commit ea0af854b52e5d2b44e6af094572e6ae38d1ba5a.
* main/gcc: fixes, support crosscompiler creationTimo Teräs2013-09-101-1/+296
| | | | | | | | - implement cross compiler creation - fix musl build - fix cross-building - fix ada to default to shared linking - fix gcc-gnat dependencies
* main/gcc: upgrade to 4.8.1Natanael Copa2013-07-121-0/+399
TODO: fix gcc-go