On Wed, Aug 13, 2014 at 2:03 PM, Peter A. Bigot <[email protected]> wrote: > --enable-libunwind-exceptions was removed from gcc at release 3.4.3 > about ten years ago. >
This is ok > Signed-off-by: Peter A. Bigot <[email protected]> > --- > meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 1 - > meta/recipes-devtools/gcc/gcc-cross.inc | 1 - > meta/recipes-devtools/gcc/gcc-runtime.inc | 1 - > 3 files changed, 3 deletions(-) > > diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc > b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc > index 7da5058..d8868bb 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 64d0652..4cdb55f 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 e7d938d..7ce84f1 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" > -- > 1.8.5.5 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
