diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 01dfde16a2..bdea3405ea 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -120,7 +120,7 @@ EXTRA_OECONF_INTERMEDIATE = "\ | |||
120 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 120 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
121 | 121 | ||
122 | EXTRA_OECONF_PATHS = "\ | 122 | EXTRA_OECONF_PATHS = "\ |
123 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \ | 123 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ |
124 | --with-sysroot=${STAGING_DIR_TARGET} \ | 124 | --with-sysroot=${STAGING_DIR_TARGET} \ |
125 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 125 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
126 | " | 126 | " |