* configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
MinGW since EBP is used for backtracking through call frames on this
platform.
From-SVN: r112708
+2006-04-05 Ranjit Mathew <rmathew@gcc.gnu.org>
+
+ * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
+ MinGW since EBP is used for backtracking through call frames on this
+ platform.
+
2006-04-05 Archit Shah <ashah@redhat.com>
PR java/25414
slow_pthread_self=
;;
*-mingw*)
+ libgcj_flags="${libgcj_flags} -fno-omit-frame-pointer"
# FIXME: win32_exception_handler( ) in win32.cc does not do the
# right stuff yet w.r.t. SEH. Live with the following for now.
can_unwind_signal=no