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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 0bf29e34d3..cf3e5e891d 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -21,7 +21,7 @@ EXTRA_OECONF += "--disable-libunwind-exceptions \
21 --with-system-zlib " 21 --with-system-zlib "
22 22
23EXTRA_OECONF_PATHS = " \ 23EXTRA_OECONF_PATHS = " \
24 --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ 24 --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \
25 --with-sysroot=${STAGING_DIR_TARGET} \ 25 --with-sysroot=${STAGING_DIR_TARGET} \
26 --with-build-sysroot=${STAGING_DIR_TARGET}" 26 --with-build-sysroot=${STAGING_DIR_TARGET}"
27 27