https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61875
Tatiana Udalova <t.udalova at samsung dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t.udalova at samsung dot com --- Comment #3 from Tatiana Udalova <t.udalova at samsung dot com> --- You can fix problem in Tizen via deletting -fexceptions flag from the default flags for gcc, cross-gcc and cross-gcc-accel packages: OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/-fexceptions / /'`