aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.4.1.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-11-08 21:39:16 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-09 11:34:31 -0800
commit6f5c792dd75746009e7a5994170cec05a92f0fdd (patch)
tree9e0db4a78f8c8dfe4df5dbe0aa39300ca5017061 /recipes/gcc/gcc-4.4.1.inc
parentae63b853410b001c74d84c0725d961a9f3fd4d5f (diff)
downloadopenembedded-6f5c792dd75746009e7a5994170cec05a92f0fdd.tar.gz
gcc-configure-common.inc: sed <sysroot>/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 <sysroot>/usr/include paths like we have in micro distro Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.1.inc')
-rw-r--r--recipes/gcc/gcc-4.4.1.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index acb5371609..b2204ba6be 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r11"
+INC_PR = "r12"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \