From cdbbc68d0824e979580ab9aaad48d9d01507e9a2 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 3 Sep 2010 10:38:59 -0700 Subject: gcc_4.5.0: add --enable-poison-system-directories option to cross recipes Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc') diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 6051a7678e..3da92e24a1 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc @@ -2,6 +2,8 @@ require gcc-configure-common.inc USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' +EXTRA_OECONF += " --enable-poison-system-directories " + EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ --with-gxx-include-dir=${STAGING_DIR_TARGET}/${target_includedir}/c++ \ --with-sysroot=${STAGING_DIR_TARGET} \ -- cgit v1.2.3-54-g00ecf