diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-08-14 14:05:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:19:52 +0100 |
commit | 285d3579727177e6962d7ad16677429e7dec65f4 (patch) | |
tree | 66092184e3b642decf2d4f97473a2932bf2b2bb8 | |
parent | 5fec278316fa9466241b9134c4553bad6db1c1a9 (diff) | |
download | openembedded-core-285d3579727177e6962d7ad16677429e7dec65f4.tar.gz openembedded-core-285d3579727177e6962d7ad16677429e7dec65f4.tar.bz2 openembedded-core-285d3579727177e6962d7ad16677429e7dec65f4.zip |
gcc: remove outdated configuration option
--enable-libunwind-exceptions was removed from gcc at release 3.4.3
about ten years ago.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 1 |
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}/" EXTRA_OECONF += "--enable-poison-system-directories" EXTRA_OECONF += "\ - --disable-libunwind-exceptions \ --with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \ --with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix} \ " 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 = " \ " EXTRA_OECONF += "\ - --disable-libunwind-exceptions \ --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ --with-system-zlib \ " 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 = "\ --with-build-sysroot=${STAGING_DIR_TARGET} \ " -EXTRA_OECONF += "--disable-libunwind-exceptions" EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" RUNTIMETARGET = "libssp libstdc++-v3 libgomp libatomic" |