diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-09-03 10:38:59 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-08 16:36:52 -0700 |
commit | cdbbc68d0824e979580ab9aaad48d9d01507e9a2 (patch) | |
tree | 0de638204495ee0754a7ef96bf3e5a912025cc69 /meta/recipes-devtools/gcc/gcc-configure-cross.inc | |
parent | 75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188 (diff) | |
download | poky-cdbbc68d0824e979580ab9aaad48d9d01507e9a2.tar.gz |
gcc_4.5.0: add --enable-poison-system-directories option to cross
recipes
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
2 | 2 | ||
3 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' | 3 | USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' |
4 | 4 | ||
5 | EXTRA_OECONF += " --enable-poison-system-directories " | ||
6 | |||
5 | EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ | 7 | EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ |
6 | --with-gxx-include-dir=${STAGING_DIR_TARGET}/${target_includedir}/c++ \ | 8 | --with-gxx-include-dir=${STAGING_DIR_TARGET}/${target_includedir}/c++ \ |
7 | --with-sysroot=${STAGING_DIR_TARGET} \ | 9 | --with-sysroot=${STAGING_DIR_TARGET} \ |