Commit 93aeb62b by Steve Ellcey Committed by Steve Ellcey

Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.

2011-11-18  Steve Ellcey  <sje@cup.hp.com>

	* Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.

From-SVN: r181495
parent 2283c416
2011-11-18 Steve Ellcey <sje@cup.hp.com>
* Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.
2011-11-18 Georg-Johann Lay <avr@gjlay.de> 2011-11-18 Georg-Johann Lay <avr@gjlay.de>
PR target/49868 PR target/49868
......
...@@ -827,9 +827,10 @@ include $(iterator) ...@@ -827,9 +827,10 @@ include $(iterator)
endif 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)))) libunwind-objects += $(addsuffix $(objext),$(basename $(notdir $(LIBUNWIND))))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment