summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/4.2.1/920-soft-float.patch
Commit message (Collapse)AuthorAgeFilesLines
* gcc: remove deprecated gcc 4.2.[1-3] versions and unused patchesPeter Korsgaard2010-08-301-21/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft floatPeter Korsgaard2008-03-271-0/+21
Fix 'undefined reference to fmsub' linking errors with C++ programs when soft float is enabled. Patch by b5331. Closes #1588.