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-4.3.3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-4.3.3.inc') diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc index 46d5e358b9..47bfbc6a24 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -7,7 +7,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" -INC_PR = "r10" +INC_PR = "r11" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \ -- cgit v1.2.3