diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 6270059644..bdc6ff658f 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -2,9 +2,7 @@ GCCMULTILIB = "--enable-multilib" | |||
2 | require gcc-configure-common.inc | 2 | require gcc-configure-common.inc |
3 | 3 | ||
4 | EXTRA_OECONF_PATHS = "\ | 4 | EXTRA_OECONF_PATHS = "\ |
5 | --with-sysroot=/ \ | ||
6 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 5 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |
7 | --with-gxx-include-dir=${includedir}/c++/${BINV} \ | ||
8 | " | 6 | " |
9 | 7 | ||
10 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 8 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |