aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-19 20:08:40 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-19 21:08:41 -0700
commitf1148d26740e57cba4fe29fd78c234359868a50e (patch)
treee48bf9185ae9734e71cdcb0c8f04d57b3bba14c6
parent565b3f4965277f3a893b6417940ac59d78a97fb0 (diff)
downloadopenembedded-f1148d26740e57cba4fe29fd78c234359868a50e.tar.gz
binutils.inc: Filter out --with-sysroot for target binutils
* This is not needed but libtool 2.4 will add it so we filter it out here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/binutils/binutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/binutils/binutils.inc b/recipes/binutils/binutils.inc
index 8589b92c8d..4e7f466be4 100644
--- a/recipes/binutils/binutils.inc
+++ b/recipes/binutils/binutils.inc
@@ -42,7 +42,7 @@ B = "${S}/build.${HOST_SYS}.${TARGET_SYS}"
EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
--enable-shared"
-
+CONFIGUREOPTS := "${@oe_filter_out('--with-sysroot', '${CONFIGUREOPTS}', d)}"
# This is necessary due to a bug in the binutils Makefiles
EXTRA_OEMAKE = "configure-build-libiberty all"