summaryrefslogtreecommitdiff
path: root/patches/gcc/4.3.4
AgeCommit message (Collapse)AuthorFilesLines
2009-09-28gcc: ecjx.cc -> ecjx.o should use host compiler, not cross compilernyet1-0/+13
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.
2009-08-06gcc: add support for 4.3.4Thomas Petazzoni27-0/+1313
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>