summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 92fb1f38ba..495dd9070b 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -180,9 +180,9 @@ SYSTEMLIBS = "${target_base_libdir}/"
180SYSTEMLIBS1 = "${target_libdir}/" 180SYSTEMLIBS1 = "${target_libdir}/"
181 181
182EXTRA_OECONF += "--enable-poison-system-directories" 182EXTRA_OECONF += "--enable-poison-system-directories"
183EXTRA_OECONF:remove_elf = "--with-sysroot=/not/exist" 183EXTRA_OECONF:remove:elf = "--with-sysroot=/not/exist"
184EXTRA_OECONF:remove_eabi = "--with-sysroot=/not/exist" 184EXTRA_OECONF:remove:eabi = "--with-sysroot=/not/exist"
185EXTRA_OECONF:append_elf = " --without-headers --with-newlib" 185EXTRA_OECONF:append:elf = " --without-headers --with-newlib"
186EXTRA_OECONF:append_eabi = " --without-headers --with-newlib" 186EXTRA_OECONF:append:eabi = " --without-headers --with-newlib"
187# gcc 4.7 needs -isystem 187# gcc 4.7 needs -isystem
188export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" 188export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}"