From: Steve Ellcey Date: Fri, 18 Nov 2011 22:26:44 +0000 (+0000) Subject: Makefile.in (c_flags): Set to -fno-exceptions to build libunwind. X-Git-Tag: upstream/12.2.0~79694 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93aeb62b9e061bc43f4d0d11afc3ec52883894e1;p=platform%2Fupstream%2Fgcc.git Makefile.in (c_flags): Set to -fno-exceptions to build libunwind. 2011-11-18 Steve Ellcey * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind. From-SVN: r181495 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 86b482f..9a69320 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-11-18 Steve Ellcey + + * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind. + 2011-11-18 Georg-Johann Lay PR target/49868 diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 3a8509d..f0b5a0e 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -827,9 +827,10 @@ include $(iterator) endif -# Build LIBUNWIND. +# Build LIBUNWIND. Use -fno-exceptions so that the unwind library does +# not generate calls to __gcc_personality_v0. -c_flags := -fexceptions +c_flags := -fno-exceptions libunwind-objects += $(addsuffix $(objext),$(basename $(notdir $(LIBUNWIND))))