diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-target.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-target.inc b/meta/recipes-devtools/gcc/gcc-configure-target.inc index b2f91b7d79..f41301f2fe 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-target.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-target.inc | |||
@@ -3,4 +3,5 @@ require gcc-configure-common.inc | |||
3 | EXTRA_OECONF_PATHS = " \ | 3 | EXTRA_OECONF_PATHS = " \ |
4 | --with-sysroot=/ \ | 4 | --with-sysroot=/ \ |
5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
6 | --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \ | ||
6 | --with-gxx-include-dir=${includedir}/c++/" | 7 | --with-gxx-include-dir=${includedir}/c++/" |