summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc1
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc1
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc1
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 7da5058ae9..d8868bb668 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -161,7 +161,6 @@ SYSTEMLIBS1 = "${target_libdir}/"
161EXTRA_OECONF += "--enable-poison-system-directories" 161EXTRA_OECONF += "--enable-poison-system-directories"
162 162
163EXTRA_OECONF += "\ 163EXTRA_OECONF += "\
164 --disable-libunwind-exceptions \
165 --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \ 164 --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \
166 --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \ 165 --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \
167" 166"
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index 64d0652283..4cdb55f3ee 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -20,7 +20,6 @@ EXTRA_OECONF_append_sh4 = " \
20" 20"
21 21
22EXTRA_OECONF += "\ 22EXTRA_OECONF += "\
23 --disable-libunwind-exceptions \
24 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ 23 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
25 --with-system-zlib \ 24 --with-system-zlib \
26" 25"
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index e7d938d2e5..7ce84f14d9 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -8,7 +8,6 @@ EXTRA_OECONF_PATHS = "\
8 --with-build-sysroot=${STAGING_DIR_TARGET} \ 8 --with-build-sysroot=${STAGING_DIR_TARGET} \
9" 9"
10 10
11EXTRA_OECONF += "--disable-libunwind-exceptions"
12EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" 11EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
13 12
14RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic" 13RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic"