From 2b06bd7a61a7c284183b5fb10af80e9df4b27b61 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 19 Dec 2009 14:18:49 -0800 Subject: gcc: Enable mips plt extentions if DISTRO_FEATURE has mplt. * 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 Acked-by: Holger Hans Peter Freyther --- recipes/gcc/gcc-3.3.4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-3.3.4.inc') diff --git a/recipes/gcc/gcc-3.3.4.inc b/recipes/gcc/gcc-3.3.4.inc index 635e617a78..a3fbdded8f 100644 --- a/recipes/gcc/gcc-3.3.4.inc +++ b/recipes/gcc/gcc-3.3.4.inc @@ -1,6 +1,6 @@ require gcc-common.inc -INC_PR = "r10" +INC_PR = "r11" SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://arm-gotoff.dpatch;patch=1;pnum=0 \ -- cgit 1.2.3-korg