diff options
Diffstat (limited to 'meta/packages/gcc/gcc-configure-target.inc')
-rw-r--r-- | meta/packages/gcc/gcc-configure-target.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-configure-target.inc b/meta/packages/gcc/gcc-configure-target.inc index 04045aa541..a3e274522c 100644 --- a/meta/packages/gcc/gcc-configure-target.inc +++ b/meta/packages/gcc/gcc-configure-target.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-configure-common.inc | 1 | require gcc-configure-common.inc |
2 | 2 | ||
3 | EXTRA_OECONF_PATHS = " \ | 3 | EXTRA_OECONF_PATHS = " \ |
4 | --with-local-prefix=${prefix}/local \ | 4 | --with-local-prefix=${STAGING_DIR_TARGET}${layout_prefix} \ |
5 | --with-gxx-include-dir=${includedir}/c++/${BINV}" | 5 | --with-gxx-include-dir=${includedir}/c++/${BINV}/" |
6 | 6 | ||