diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc index f89ca6bbad..2ff8561e0d 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc @@ -7,6 +7,11 @@ EXTRA_OECONF_PATHS = " \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET}" +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" + +EXTRA_OECONF += "--disable-libunwind-exceptions" +EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" + RUNTIMETARGET = "libssp libstdc++-v3 libgomp" # ? # libiberty diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.7.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.7.bb index fbaf057fed..c16d27eecd 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.7.bb @@ -2,7 +2,3 @@ require recipes-devtools/gcc/gcc-${PV}.inc require gcc-configure-runtime.inc require gcc-package-runtime.inc -ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" - -EXTRA_OECONF += "--disable-libunwind-exceptions" -EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb index fbaf057fed..c16d27eecd 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb @@ -2,7 +2,3 @@ require recipes-devtools/gcc/gcc-${PV}.inc require gcc-configure-runtime.inc require gcc-package-runtime.inc -ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" - -EXTRA_OECONF += "--disable-libunwind-exceptions" -EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"