diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index 3e3742349d..774dadb89f 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc | |||
@@ -9,7 +9,7 @@ EXTRA_OECONF += " --enable-poison-system-directories \ | |||
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | 10 | ||
11 | EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ | 11 | EXTRA_OECONF_PATHS = "--with-local-prefix=${STAGING_DIR_TARGET}${target_exec_prefix} \ |
12 | --with-gxx-include-dir=${target_includedir}/c++ \ | 12 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ |
13 | --with-sysroot=${STAGING_DIR_TARGET} \ | 13 | --with-sysroot=${STAGING_DIR_TARGET} \ |
14 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 14 | --with-build-sysroot=${STAGING_DIR_TARGET}" |
15 | 15 | ||