diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 = " \ | |||
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 | ||
10 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||
11 | |||
12 | EXTRA_OECONF += "--disable-libunwind-exceptions" | ||
13 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | ||
14 | |||
10 | RUNTIMETARGET = "libssp libstdc++-v3 libgomp" | 15 | RUNTIMETARGET = "libssp libstdc++-v3 libgomp" |
11 | # ? | 16 | # ? |
12 | # libiberty | 17 | # libiberty |