aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.2.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-08-10 19:07:44 -0700
committerTom Rini <tom_rini@mentor.com>2010-08-10 19:07:44 -0700
commit15ce294f131edd4c503547f07e7602732505bf1d (patch)
treebe7dd243ff330ef4f1774cc5cd399ee8e7dc09e8 /recipes/gcc/gcc-4.3.2.inc
parentcafabdb4f7aa81d440f2a60d16ba1ebab16cf978 (diff)
downloadopenembedded-15ce294f131edd4c503547f07e7602732505bf1d.tar.gz
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 <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gcc/gcc-4.3.2.inc')
-rw-r--r--recipes/gcc/gcc-4.3.2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc
index 5eebf0beb7..04e3dd7367 100644
--- a/recipes/gcc/gcc-4.3.2.inc
+++ b/recipes/gcc/gcc-4.3.2.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://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \