configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since EBP is used for...
* 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
This commit is contained in:
parent
e17e34d8d7
commit
20762656fa
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -260,6 +260,7 @@ EOF
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue