diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 5fd2a8c8b0..70f9e0eb52 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -7,8 +7,6 @@ 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" | 10 | EXTRA_OECONF += "--disable-libunwind-exceptions" |
13 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" | 11 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |
14 | 12 | ||