[oe-commits] Khem Raj : gcc-configure-target.inc: --with-sysroot -> --with-libtool-sysroot rename means we dont need to filter out --with-sysroot

git version control git at git.openembedded.org
Fri Oct 22 15:16:20 UTC 2010


Module: openembedded.git
Branch: master
Commit: e0eabdaf077633c9df5e05be51d847bc8d66a64b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0eabdaf077633c9df5e05be51d847bc8d66a64b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 21 16:24:48 2010 -0700

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 at gmail.com>
Acked-by: Chris Larson <chris_larson at mentor.com>
Acked-by: Koen Kooi <k-kooi at ti.com>

---

 recipes/gcc/gcc-4.5.inc              |    2 +-
 recipes/gcc/gcc-configure-target.inc |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index dd11395..b86b9d8 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -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"
diff --git a/recipes/gcc/gcc-configure-target.inc b/recipes/gcc/gcc-configure-target.inc
index 24b9a16..57852cf 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)}"





More information about the Openembedded-commits mailing list