summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 4cdb55f3ee..9147acd1a8 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -25,8 +25,8 @@ EXTRA_OECONF += "\
25" 25"
26 26
27EXTRA_OECONF_PATHS = "\ 27EXTRA_OECONF_PATHS = "\
28 --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ 28 --with-gxx-include-dir=/not/exist${target_includedir}/c++/${BINV} \
29 --with-sysroot=${STAGING_DIR_TARGET} \ 29 --with-sysroot=/not/exist \
30 --with-build-sysroot=${STAGING_DIR_TARGET} \ 30 --with-build-sysroot=${STAGING_DIR_TARGET} \
31" 31"
32 32