diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 167869e1f2..0348bc4607 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -4,7 +4,7 @@ CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" | |||
4 | 4 | ||
5 | EXTRA_OECONF_PATHS = "\ | 5 | EXTRA_OECONF_PATHS = "\ |
6 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ | 6 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
7 | --with-sysroot=${STAGING_DIR_TARGET} \ | 7 | --with-sysroot=/not/exist \ |
8 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 8 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
9 | " | 9 | " |
10 | 10 | ||