* Binutils.inc is included into cross recipes because the
cross recipes include target recipe. We only need to remove
--with-sysroot full word only and not --with-systoot=...
Signed-off-by: Khem Raj <raj.khem@gmail.com>
EXTRA_OECONF = "--program-prefix=${TARGET_PREFIX} \
--enable-shared"
-CONFIGUREOPTS := "${@oe_filter_out('--with-sysroot', '${CONFIGUREOPTS}', d)}"
+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"