gcc-configure-target.inc: --with-sysroot -> --with-libtool-sysroot rename means we...
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Oct 2010 23:24:48 +0000 (16:24 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 22 Oct 2010 15:12:09 +0000 (08:12 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
recipes/gcc/gcc-4.5.inc
recipes/gcc/gcc-configure-target.inc

index dd11395..b86b9d8 100644 (file)
@@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf"
 NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
 
 
-INC_PR = "r13"
+INC_PR = "r14"
 
 SRCREV = "164562"
 PV = "4.5"
index 24b9a16..57852cf 100644 (file)
@@ -5,4 +5,3 @@ EXTRA_OECONF_PATHS = " \
     --with-gxx-include-dir=${includedir}/c++/${BINV} \
     --with-build-sysroot=${STAGING_DIR_HOST} \
    "
-CONFIGUREOPTS := "${@oe_filter_out('--with-sysroot', '${CONFIGUREOPTS}', d)}"