summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-09-03 10:38:59 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-09-08 16:36:52 -0700
commitcdbbc68d0824e979580ab9aaad48d9d01507e9a2 (patch)
tree0de638204495ee0754a7ef96bf3e5a912025cc69 /meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb
parent75b90f1d6de833c9d0d5dcc7ebcb60fee2d26188 (diff)
downloadopenembedded-core-contrib-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.bb6
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 @@
-PR = "r6"
+PR = "r7"
require gcc-${PV}.inc
require gcc-cross4.inc
@@ -6,7 +6,7 @@ require gcc-cross4.inc
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
EXTRA_OECONF += "--disable-libunwind-exceptions \
- --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
- --with-system-zlib"
+ --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
+ --with-system-zlib "
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"