diff options
author | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 15:18:19 +0000 |
---|---|---|
committer | rmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 15:18:19 +0000 |
commit | ded9e723f14e02821eac0cee907dcf7ca4f915fe (patch) | |
tree | 57ac7de30106115e4a1b90b7398dddb426982d11 /libjava/configure.host | |
parent | 7781f014252bad9544562485e620200c005b5645 (diff) | |
download | gcc-ded9e723f14e02821eac0cee907dcf7ca4f915fe.tar.gz |
* configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
MinGW since EBP is used for backtracking through call frames on this
platform.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 759001f0256..108f3a2c01f 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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 |