summaryrefslogtreecommitdiff
path: root/patches/gcc/4.3.2/390-unbreak-armv4t.patch
AgeCommit message (Collapse)AuthorFilesLines
2009-09-08gcc: add patch to fix EABI for armv4tYann E. MORIN"1-0/+11
As pointed out by Martin GUY, gcc incorrectly generates armv5t instrcutions for EABI, even for cores that are an armv4t. The new patch (for the 4.3 series) fixes the problem by downgrading the default CPU for EABI to being an armv4t core.