diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.9.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.9.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index 9a66cd294f..c47f244180 100644 --- a/meta/recipes-devtools/gcc/gcc-4.9.inc +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc | |||
@@ -122,8 +122,8 @@ EXTRA_OECONF_INTERMEDIATE = "\ | |||
122 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " | 122 | EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float " |
123 | 123 | ||
124 | EXTRA_OECONF_PATHS = "\ | 124 | EXTRA_OECONF_PATHS = "\ |
125 | --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \ | 125 | --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \ |
126 | --with-sysroot=${STAGING_DIR_TARGET} \ | 126 | --with-sysroot=/not/exist \ |
127 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 127 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
128 | " | 128 | " |
129 | 129 | ||