summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.2.inc
AgeCommit message (Collapse)Author
2010-01-05gcc-4.4.2.inc: Disable decimal float for uclibc configurations.Khem Raj
* gcc-svn bump SRCREV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-20gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt.Khem Raj
* Newer gcc (4.4+) has implemented -mplt option to enable PLT and copy relocation extentions of MIPS ABI which makes shared code run a lot faster. This feature is however controlled by DISTRO_FEATURES which should add 'mplt' to DISTRO_FEATURES to enable it. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-10-22gcc-4.4.2: Add new recipes for gcc 4.2.2Khem Raj
* Switch default gcc to 4.4.2 for sane toolchain * Switch binutils to 2.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>