diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 9f2928b78a..2816f13a6f 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -115,7 +115,7 @@ EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap \ | |||
115 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 115 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
116 | 116 | ||
117 | EXTRA_OECONF_PATHS = " \ | 117 | EXTRA_OECONF_PATHS = " \ |
118 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ | 118 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ |
119 | --with-sysroot=${STAGING_DIR_TARGET} \ | 119 | --with-sysroot=${STAGING_DIR_TARGET} \ |
120 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 120 | --with-build-sysroot=${STAGING_DIR_TARGET}" |
121 | 121 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index 63adae8386..f0a03a6519 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -9,7 +9,7 @@ GCCMULTILIB = "--enable-multilib" | |||
9 | 9 | ||
10 | require gcc-configure-common.inc | 10 | require gcc-configure-common.inc |
11 | 11 | ||
12 | EXTRA_OECONF_PATHS = "--with-gxx-include-dir=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}${target_includedir}/c++ \ | 12 | EXTRA_OECONF_PATHS = "--with-gxx-include-dir=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS}${target_includedir}/c++/${BINV} \ |
13 | --with-build-time-tools=${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin \ | 13 | --with-build-time-tools=${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin \ |
14 | --with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS} \ | 14 | --with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS} \ |
15 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 15 | --with-build-sysroot=${STAGING_DIR_TARGET}" |
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 | ||
23 | EXTRA_OECONF_PATHS = " \ | 23 | EXTRA_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 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 70f9e0eb52..974c80c4d8 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -3,7 +3,7 @@ require gcc-configure-common.inc | |||
3 | CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" | 3 | 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++/ \ | 6 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ |
7 | --with-sysroot=${STAGING_DIR_TARGET} \ | 7 | --with-sysroot=${STAGING_DIR_TARGET} \ |
8 | --with-build-sysroot=${STAGING_DIR_TARGET}" | 8 | --with-build-sysroot=${STAGING_DIR_TARGET}" |
9 | 9 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index de906d6241..59c554daf5 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -5,7 +5,7 @@ EXTRA_OECONF_PATHS = " \ | |||
5 | --with-sysroot=/ \ | 5 | --with-sysroot=/ \ |
6 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 6 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
7 | --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \ | 7 | --with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \ |
8 | --with-gxx-include-dir=${includedir}/c++/" | 8 | --with-gxx-include-dir=${includedir}/c++/${BINV}" |
9 | 9 | ||
10 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 10 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" |
11 | 11 | ||