From 15ce294f131edd4c503547f07e7602732505bf1d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 10 Aug 2010 19:07:44 -0700 Subject: gcc-configure-cross.inc: Drop --with-local-prefix and --with-gxx-include-dir We don't need these paths to be set and they further break things if we use --sysroot rather than -isystem Signed-off-by: Tom Rini --- recipes/gcc/gcc-4.4.2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-4.4.2.inc') diff --git a/recipes/gcc/gcc-4.4.2.inc b/recipes/gcc/gcc-4.4.2.inc index 0ad3fe51c9..360ea0134c 100644 --- a/recipes/gcc/gcc-4.4.2.inc +++ b/recipes/gcc/gcc-4.4.2.inc @@ -8,7 +8,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" NATIVEDEPS = "mpfr-native gmp-native" -INC_PR = "r2" +INC_PR = "r3" FILESPATHPKG .= ":gcc-$PV" -- cgit v1.2.3