summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross_4.5.0.bb
diff options
context:
space:
mode:
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 @@
1PR = "r6" 1PR = "r7"
2 2
3require gcc-${PV}.inc 3require gcc-${PV}.inc
4require gcc-cross4.inc 4require gcc-cross4.inc
@@ -6,7 +6,7 @@ require gcc-cross4.inc
6SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " 6SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
7 7
8EXTRA_OECONF += "--disable-libunwind-exceptions \ 8EXTRA_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
12ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" 12ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"