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-cross_4.5.0.bb | |
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-cross_4.5.0.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb b/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb index 8d28ab3e59..2a0772841d 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r6" | 1 | PR = "r7" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-cross4.inc | 4 | require gcc-cross4.inc |
@@ -6,7 +6,7 @@ require gcc-cross4.inc | |||
6 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " | 6 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " |
7 | 7 | ||
8 | EXTRA_OECONF += "--disable-libunwind-exceptions \ | 8 | EXTRA_OECONF += "--disable-libunwind-exceptions \ |
9 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | 9 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ |
10 | --with-system-zlib" | 10 | --with-system-zlib " |
11 | 11 | ||
12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" | 12 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |