configure.host: Pass -fno-omit-frame-pointer for i386.

* configure.host: Pass -fno-omit-frame-pointer for i386.
	* configure.in: Likewise.

From-SVN: r78764
This commit is contained in:
Jan Hubicka 2004-03-02 16:55:38 +01:00 committed by Jan Hubicka
parent f08dc6c194
commit 2ac87ccba9
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-03-02 Jan Hubicka <jh@suse.cz>
* configure.host: Pass -fno-omit-frame-pointer for i386.
* configure.in: Likewise.
2004-03-01 Per Bothner <per@bothner.com>
* java/lang/natPosixProcess.cc (startProcess): Fix thinko.

View File

@ -90,7 +90,7 @@ case "${host}" in
;;
i686-*|i586-*|i486-*|i386-*)
sysdeps_dir=i386
libgcj_flags="${libgcj_flags} -ffloat-store"
libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer"
libgcj_interpreter=yes
libgcj_cxxflags=
libgcj_cflags=

View File

@ -1190,7 +1190,7 @@ fi
# Define here any compiler flags that you need in order to make backtrace() work.
BACKTRACESPEC=
case "${host}" in
x86_64*-*-linux*)
x86_64*-*-linux*|i?86-*)
BACKTRACESPEC=-fno-omit-frame-pointer
;;
esac