aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-configure-target.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-21 16:24:48 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-22 08:12:09 -0700
commite0eabdaf077633c9df5e05be51d847bc8d66a64b (patch)
tree19403ae6539c28b966dab3715d2f13fc64d5700a /recipes/gcc/gcc-configure-target.inc
parente12debc8e8c6b49757082bb84a83838467dd8a90 (diff)
downloadopenembedded-e0eabdaf077633c9df5e05be51d847bc8d66a64b.tar.gz
gcc-configure-target.inc: --with-sysroot -> --with-libtool-sysroot rename means we dont need to filter out --with-sysroot
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>
Diffstat (limited to 'recipes/gcc/gcc-configure-target.inc')
-rw-r--r--recipes/gcc/gcc-configure-target.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-configure-target.inc b/recipes/gcc/gcc-configure-target.inc
index 24b9a16f84..57852cf75d 100644
--- a/recipes/gcc/gcc-configure-target.inc
+++ b/recipes/gcc/gcc-configure-target.inc
@@ -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)}"