aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.2.0
Commit message (Collapse)AuthorAgeFilesLines
* nuke old gcc 4.2 versionsImre Kaloz2008-12-0220-4466/+0
| | | | SVN-Revision: 13483
* add patches to fixes gcc 4.2.x bugs: - fix gcc ICE when compiling ↵Nicolas Thill2008-09-181-0/+76
| | | | | | package/ath9k (closes: #3816) http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37014 - fix "undefined reference to `fmsub'" error on powerpc http://bugs.uclibc.org/view.php?id=1588 SVN-Revision: 12623
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-141-0/+36
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458
* changed the -fhonours-copts gcc patch, such that the function needs to be ↵John Crispin2007-10-071-1/+1
| | | | | | turned on explicitly SVN-Revision: 9167
* Port the mbsd_multi patch from freewrt, which adds -fhonour-copts. This will ↵Felix Fietkau2007-07-311-0/+293
| | | | | | emit warnings in packages that don't use our target cflags properly SVN-Revision: 8256
* fix gcc 4.2.0 compile for ppcFelix Fietkau2007-06-281-0/+26
| | | | SVN-Revision: 7761
* replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵Felix Fietkau2007-06-2816-0/+4035
buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753