From 6f5c792dd75746009e7a5994170cec05a92f0fdd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Nov 2010 21:39:16 -0800 Subject: gcc-configure-common.inc: sed /usr/include hardcodes paths to use target_includedir This fixes the problem where gcc fails to detect presence of libssp and does not detect powerpc long double 128 bit support correctly on systems which do not use common /usr/include paths like we have in micro distro Signed-off-by: Khem Raj Acked-by: Tom Rini --- 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 7239f823ec..58dd5017ef 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -8,7 +8,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" NATIVEDEPS = "mpfr-native gmp-native" -INC_PR = "r19" +INC_PR = "r20" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \ -- cgit 1.2.3-korg