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-cross_4.5.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb') 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}" -- cgit 1.2.3-korg